Ability to Initialize counters with 0 #24
Antiarchitect
started this conversation in
Ideas
Replies: 1 comment
-
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.
-
Hi, I know so far gauge type has
set
method while counters have onlyincrement
anddecrement
so there is no ability to initialize counters with 0. We differ 0 and no-data state and count no-data as a pathological state. We use https://github.com/asusikov/yabeda-statsd plugin. It would be nice to have the ability to initialize counters with 0 independently of the adapter if possible.Beta Was this translation helpful? Give feedback.
All reactions