From fceef4137ce126ad0e4d0feb878d45e2c5d0c20c Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Mon, 28 Oct 2013 08:03:58 +0100 Subject: [PATCH] Fix /metrics endpoint in sample config. Change-Id: I2daca6a31f536b87aa8e49a2190787ad9d803595 --- documentation/examples/prometheus.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/examples/prometheus.conf b/documentation/examples/prometheus.conf index f862519198..3bbaad72c7 100644 --- a/documentation/examples/prometheus.conf +++ b/documentation/examples/prometheus.conf @@ -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" } }