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
Use an EMADynamic sampler (or anything that has an AdjustmentInterval)
Send its metrics to Honeycomb
Note that the metric count seems to increase exponentially
The problem is that Refinery is reading a counter and wanting to increment the metrics counter to get the same result -- but never records the previous value, so is just always incrementing by the value of the counter.
This is a bug in several sampler implementations. Can we centralize the code to a helper function?
Versions
Steps to reproduce
The problem is that Refinery is reading a counter and wanting to increment the metrics counter to get the same result -- but never records the previous value, so is just always incrementing by the value of the counter.
This is a bug in several sampler implementations. Can we centralize the code to a helper function?
Additional context
Pollinators thread
The text was updated successfully, but these errors were encountered: