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
@sparrc , looks like this was added in b18d375 . But the commit message doesn't indicate why a counter was chosen as the type for this (and other) metrics.
I notice that swap plugin differentiates between emitting its gauges and counters (emitting both, depending on the metric). Maybe thats the right approach for the mem plugin as well? (Unless I've misunderstood something)
Steps to reproduce:
[[inputs.mem]]
AddCounter
Expected behavior:
I expected these to be Gauges, since they are absolute utilization numbers
Maybe I'm missing context on why these have the Counter type. I could work on adding a note to the README if needed to clarify this.
The text was updated successfully, but these errors were encountered: