mirror of
https://github.com/prometheus/prometheus
synced 2025-02-04 06:03:04 +00:00
Merge pull request #6947 from prometheus/document-global-labels
Add new "globalUrl" field to /api/v1/targets docs
This commit is contained in:
commit
0414534499
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user