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
{{ message }}
This repository was archived by the owner on Sep 16, 2018. It is now read-only.
Gauge type override logic for blob series
Some vendors like Fortigate publish sensor values as OCTECTSTR
instead of doing like Cisco and scaling the value. This commit
will export metrics that can be fully (all values) converted to
float as a gauge series.
Abort annotation if resolution fails
Current behavior is to use the value as the annotation, which is wrong.
Apparently this is odd enough for us not to have noticed before.