Fix prometheus.yml metrics config

This commit is contained in:
schultzie 2024-04-04 10:35:17 -07:00 committed by GitHub
parent 3a8c2af76c
commit d479c6322e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,6 +48,7 @@ global:
scrape_configs:
- job_name: caddy
metrics_path: /metrics
static_configs:
- targets: ['localhost:2019']
```