github prometheus/statsd_exporter v0.17.0
0.17.0 / 2020-06-26

latest releases: v0.26.1, v0.26.0, v0.25.0...
3 years ago
  • [CHANGE] Support non-timer distributions without unit conversion (#314)
  • [ENHANCEMENT] Offline configuration check (#312)
  • [ENHANCEMENT] Support the SignalFX tagging extension (#315)
  • [BUGFIX] Allow matching single-letter metric name components (#309)

Distribution and histogram events (type d, h) are now treated as distinct from timer events (type ms).
Their values are observed as they are, while timer events are converted from milliseconds to seconds.

To reflect this generalization, the observer_type mapping option replaces timer_type.
Similary, change match_metric_type: timer to match_metric_type: observer.
The old name remains available for compatibility.

For users of the mapper library, the ObserverEvent replaces TimerEvent.
For timer metrics, it is emitted by the mapper already converted to seconds.

Don't miss a new statsd_exporter release

NewReleases is sending notifications on new releases.