Releases: GameAnalytics/telemetry_metrics_statman
Releases · GameAnalytics/telemetry_metrics_statman
0.0.4
What's Changed
- Bump credo from 1.6.6 to 1.6.7 by @dependabot in #18
- Add LICENCE file by @lastres in #19
- Fix Travis CI configuration by @legoscia in #26
- Bump telemetry_metrics from 0.6.1 to 0.6.2 by @dependabot in #25
- Bump dialyxir from 1.2.0 to 1.4.3 by @dependabot in #24
- Bump mock from 0.3.7 to 0.3.8 by @dependabot in #22
- Bump credo from 1.6.7 to 1.7.4 by @dependabot in #23
- Bump credo from 1.7.4 to 1.7.5 by @dependabot in #27
- Bump telemetry_metrics from 0.6.2 to 1.0.0 by @dependabot in #28
New Contributors
Full Changelog: 0.0.3...0.0.4
0.0.3: Do not bin values for distribution metrics (#17)
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)
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)
...and turned into a separate application.