Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~$ curl -XGET -G --data-urlencode 'match[]={__name__=~".+", job!="prometheus"}' 'http://localhost:9090/api/v1/label/__name__/values' | jq '.data|length'
- 1367
- ~$ curl -XGET -G --data-urlencode 'match[]={__name__=~".+", job="prometheus"}' 'http://localhost:9090/api/v1/label/__name__/values' | jq '.data|length'
- 265
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement