cpu scraper metrics and attributes missing #2875
Replies: 3 comments
-
Which metric exporter are you using and would you be able to share its redacted config? If using the signalfx exporter, there are default translations and exclusions that convert host metrics to Splunk IM conventions to support existing user and built-in content. We are in the process of better documenting this process in our product docs. Unfortunately there was an issue with |
Beta Was this translation helpful? Give feedback.
-
Here is our metric exporter config:
Please let me know if you need anything else, thanks! |
Beta Was this translation helpful? Give feedback.
-
Looks like many of the metrics I required were on the excluded list as you suggested ( |
Beta Was this translation helpful? Give feedback.
-
I've been reading this documentation regarding the cpu scraper, the available metrics ,and those metrics attributes here.
I have the cpu scraper configured in our agent conifg:
When I check the available metrics in SignalFX, I see
system.cpu.time
, but notsystem.cpu.utilization
.Also, when I check the
state
attribute offsystem.cpu.time
, I only see idle, not any of the other 8 state values suggested in the documentation.We have 300+ instance in our infra, so I find it very unlikely that every CPU is only reporting an idle state, and not others:
Is this a bug, or is there something missing from the suggested config in the documentation?
Beta Was this translation helpful? Give feedback.
All reactions