Skip to content

Instantly share code, notes, and snippets.

View justdan96's full-sized avatar

Dan justdan96

  • London, UK
View GitHub Profile
kubectl get --raw /metrics | prom2json | jq '.'

kubectl get --raw /metrics | prom2json | jq '
  .[] | select(.name=="apiserver_requested_deprecated_apis").metrics[]
'