Skip to content

Instantly share code, notes, and snippets.

@fideloper
Created May 11, 2020 17:34
Embed
What would you like to do?
groups:
- name: node_rules
rules:
- record: instance:node_cpu:avg_rate5m
expr: 100 - avg (irate(node_cpu_seconds_total{job="helpspot-cloud", mode="idle"}[5m])) by (instance) * 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment