diff --git a/docs/querying/api.md b/docs/querying/api.md index 22b4c8770..9eab688cf 100644 --- a/docs/querying/api.md +++ b/docs/querying/api.md @@ -498,6 +498,7 @@ $ curl http://localhost:9090/api/v1/targets }, "scrapePool": "prometheus", "scrapeUrl": "http://127.0.0.1:9090/metrics", + "globalUrl": "http://example-prometheus:9090/metrics", "lastError": "", "lastScrape": "2017-01-17T15:07:44.723715405+01:00", "lastScrapeDuration": 0.050688943, @@ -542,6 +543,7 @@ $ curl 'http://localhost:9090/api/v1/targets?state=active' }, "scrapePool": "prometheus", "scrapeUrl": "http://127.0.0.1:9090/metrics", + "globalUrl": "http://example-prometheus:9090/metrics", "lastError": "", "lastScrape": "2017-01-17T15:07:44.723715405+01:00", "lastScrapeDuration": 50688943,