Fix /metrics endpoint in sample config.

Change-Id: I2daca6a31f536b87aa8e49a2190787ad9d803595
This commit is contained in:
Julius Volz 2013-10-28 08:03:58 +01:00
parent 51408bdfe8
commit fceef4137c

View file

@ -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"
}
}