Closed Marwes closed 4 years ago
Using StatisticSet for count metrics in the current way causes the average to always be 1 (since sum / sample_count = 1).
sum / sample_count = 1
As we aren't really interested how many counter! calls we did we just "group them together" into one per put_metric_data call.
counter!
Using StatisticSet for count metrics in the current way causes the average to always be 1 (since
sum / sample_count = 1
).As we aren't really interested how many
counter!
calls we did we just "group them together" into one per put_metric_data call.