Replies: 1 comment
-
Seems like a nice feature idea. I wonder if there's some refactoring we could do for the |
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.
-
Some SNMP devices return a
TimeTicks
data type which is equivalent to hundredths of seconds. Since Prometheus natively supports float values, I prefer to normalize these to seconds. Would it make sense to do this automatically in the generator?Example from my generator for APC UPS:
Beta Was this translation helpful? Give feedback.
All reactions