Replies: 2 comments
-
hi @NASA1nk - could you please re-formatt the text properly, it's kinda unreadable currently. thx! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi,maybe you can try this `oss:
|
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
generator.yml
I override above metric because default type is OctetString,but some of them do not effect,eg:diskCapacity,is still OctetString,
another problem is regex_extracts(regex),eg:cpu value is 1.2% diskIdle is 3.35 PB ,I want 1.2 and 3.35,so I write regex: '([0-9.]+)' and generate snmp.yml ,then I found the regex was changed,and I can not get the metric,I thought regex is wrong and exporter do not collect this metric
Beta Was this translation helpful? Give feedback.
All reactions