Abnormal Linux data collected by MAL #11427
Unanswered
brave-programmer
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
Could you write in a complete sentence? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
otel-rules/vm.yaml config:
exp: (node_cpu_seconds_total * 100).tagNotEqual('mode' , 'idle').sum(['node_identifier_host_name']).rate('PT1M')
exp: (node_cpu_seconds_total * 100).tagEqual('mode' , 'idle').sum(['node_identifier_host_name']).rate('PT1M')
dashboard show:
cpu_total_percentage percentage is ok.
cpu_total_percentage_idle percentage is too big???
Beta Was this translation helpful? Give feedback.
All reactions