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.
|
||||
target_group: {
|
||||
# These endpoints are scraped via HTTP.
|
||||
target: "http://localhost:9090/metrics.json"
|
||||
target: "http://localhost:9090/metrics"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue