Skip to content

Instantly share code, notes, and snippets.

@jeesmon
Created May 2, 2022 19:32
Show Gist options
  • Save jeesmon/7f072c9f63398256a25e46f0eb79306a to your computer and use it in GitHub Desktop.
Save jeesmon/7f072c9f63398256a25e46f0eb79306a to your computer and use it in GitHub Desktop.
kubectl get --raw /metrics | prom2json | jq '.'

kubectl get --raw /metrics | prom2json | jq '
  .[] | select(.name=="apiserver_requested_deprecated_apis").metrics[]
'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment