You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
receivers:
windowsperfcounters:
collection_interval: 5s
metrics:
os.processor.information.time:
description: percentage of the time that the processor takes to execute a non-idle thread during a sample interval. % Processor Time is calculated by subtracting the percentage of time to execute an idle thread from 100%.
unit: "%"
gauge:
perfcounters:
- object: "Processor Information"
instances: "*"
counters:
- name: "% Processor Time"
metric: os.processor.information.time
This results in output is that it looks like this below [ i snipped to 2 as I have 72 cores]. These are numa groups and cores. Because the instances are a single field, I am having data splicing problems. Is it possible to separate this into {numagroup="0", core=1"}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to modify metrics as follows:
This results in output is that it looks like this below [ i snipped to 2 as I have 72 cores]. These are numa groups and cores. Because the instances are a single field, I am having data splicing problems. Is it possible to separate this into {numagroup="0", core=1"}
I tried using metrictransform processor and couldn't get it to use new_value. Not sure if this can be done with ottl and how.
Thank you so much for your help in advance.
Beta Was this translation helpful? Give feedback.
All reactions