mirror of
https://github.com/caddyserver/website.git
synced 2025-04-23 13:36:16 -04:00
Fix prometheus.yml metrics config
This commit is contained in:
parent
3a8c2af76c
commit
d479c6322e
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ global:
|
||||||
|
|
||||||
scrape_configs:
|
scrape_configs:
|
||||||
- job_name: caddy
|
- job_name: caddy
|
||||||
|
metrics_path: /metrics
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['localhost:2019']
|
- targets: ['localhost:2019']
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue