Skip to content

Commit

Permalink
Fix metrics port (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemik authored Feb 10, 2025
1 parent 0c75001 commit 7ae6a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/usage/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ scrape_configs:
- job_name: "dkron_metrics"
# metrics_path defaults to '/metrics'
static_configs:
- targets: ["localhost:6080"]
- targets: ["localhost:8080"]
```

## Metrics
Expand Down

0 comments on commit 7ae6a0a

Please sign in to comment.