Skip to content

Instantly share code, notes, and snippets.

@cyrex562
Created October 24, 2019 16:12
Show Gist options
  • Select an option

  • Save cyrex562/84f2a0c61079e7474c2e163e1f78266a to your computer and use it in GitHub Desktop.

Select an option

Save cyrex562/84f2a0c61079e7474c2e163e1f78266a to your computer and use it in GitHub Desktop.
prometheus CPU query
100 - (avg by (job) (irate(node_cpu_seconds_total{mode="idle"}[5m])) * 100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment