mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 16:44:05 -08:00
Fix /metrics endpoint in sample config.
Change-Id: I2daca6a31f536b87aa8e49a2190787ad9d803595
This commit is contained in:
parent
51408bdfe8
commit
fceef4137c
|
@ -25,6 +25,6 @@ job: {
|
||||||
# Let's define a group of targets to scrape for this job. In this case, only one.
|
# Let's define a group of targets to scrape for this job. In this case, only one.
|
||||||
target_group: {
|
target_group: {
|
||||||
# These endpoints are scraped via HTTP.
|
# These endpoints are scraped via HTTP.
|
||||||
target: "http://localhost:9090/metrics.json"
|
target: "http://localhost:9090/metrics"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue