[bot] [main] Automated version update

This commit is contained in:
dgrisonnet
2021-09-07 07:22:35 +00:00
committed by GitHub
parent 6f744e24a5
commit b663558924
7 changed files with 230 additions and 27 deletions

View File

@@ -250,10 +250,8 @@ spec:
- name: node-exporter.rules
rules:
- expr: |
count without (cpu) (
count without (mode) (
node_cpu_seconds_total{job="node-exporter"}
)
count without (cpu, mode) (
node_cpu_seconds_total{job="node-exporter",mode="idle"}
)
record: instance:node_num_cpu:sum
- expr: |