Fixes: 1) Correct trailing slash in Prometheus metrics_path for 'app' job.
This commit is contained in:
parent
ad41718d09
commit
a53a3dc788
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ global:
|
||||||
|
|
||||||
scrape_configs:
|
scrape_configs:
|
||||||
- job_name: 'app'
|
- job_name: 'app'
|
||||||
metrics_path: /prometheus/metrics
|
metrics_path: /prometheus/metrics/
|
||||||
scheme: http
|
scheme: http
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: [ 'app:8000' ]
|
- targets: [ 'app:8000' ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue