mirror of
https://github.com/prometheus/prometheus
synced 2025-04-11 03:52:13 +00: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 New Issue
Block a user