Advertisement
Guest User

Untitled

a guest
Dec 13th, 2021
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ~$ curl -XGET -G --data-urlencode 'match[]={__name__=~".+", job!="prometheus"}' 'http://localhost:9090/api/v1/label/__name__/values' | jq '.data|length'
  2. 1367
  3.  
  4. ~$ curl -XGET -G --data-urlencode 'match[]={__name__=~".+", job="prometheus"}' 'http://localhost:9090/api/v1/label/__name__/values' | jq '.data|length'
  5. 265
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement