Skip to content

Releases: GameAnalytics/telemetry_metrics_statman

0.0.4

19 Mar 09:07
f78f970
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.3...0.0.4

0.0.3: Do not bin values for distribution metrics (#17)

11 Aug 13:35
a15fb11
Compare
Choose a tag to compare
For summary metrics, we put values into "bins" of 1000 before entering
them into the histogram, which works well for durations in
milliseconds.  For distribution, let's keep the original values, so
that we can report discrete metrics.

0.0.2: Fix handling of counter metrics (#16)

10 Aug 17:02
831948b
Compare
Choose a tag to compare
According to the Telemetry.Metrics documentation, a counter metrics
should always be incremented by one for each event, regardless of the
actual value of the measurement.

0.0.1: Extracted from metric_api's statman_reporter.ex (#1)

28 Jan 16:33
0eb7637
Compare
Choose a tag to compare
...and turned into a separate application.