mirror of
https://github.com/monitoring-mixins/website.git
synced 2024-12-14 11:37:31 +00:00
assets,site/content: daily assets regeneration
This commit is contained in:
parent
d9c6e16bd3
commit
50c3264353
2 changed files with 4 additions and 8 deletions
|
@ -2,10 +2,8 @@ groups:
|
|||
- name: node-exporter.rules
|
||||
rules:
|
||||
- expr: |
|
||||
count without (cpu) (
|
||||
count without (mode) (
|
||||
node_cpu_seconds_total{job="node"}
|
||||
)
|
||||
count without (cpu, mode) (
|
||||
node_cpu_seconds_total{job="node",mode="idle"}
|
||||
)
|
||||
record: instance:node_num_cpu:sum
|
||||
- expr: |
|
||||
|
|
|
@ -352,10 +352,8 @@ Complete list of pregenerated recording rules is available [here](https://github
|
|||
|
||||
{{< code lang="yaml" >}}
|
||||
expr: |
|
||||
count without (cpu) (
|
||||
count without (mode) (
|
||||
node_cpu_seconds_total{job="node"}
|
||||
)
|
||||
count without (cpu, mode) (
|
||||
node_cpu_seconds_total{job="node",mode="idle"}
|
||||
)
|
||||
record: instance:node_num_cpu:sum
|
||||
{{< /code >}}
|
||||
|
|
Loading…
Reference in a new issue