Fixes: 1) Correct metrics path in Prometheus configuration.
Extra: None.
This commit is contained in:
parent
b28d6f1407
commit
1db40a85cf
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