Hello,

I just released a new version of the statsd exporter. It brings significant
new features, including unit-correct support for histogram and distribution
events, an offline configuration check, and support for the SignalFX
"dimensions" protocol extension.

A big Thank You goes to Greg Lightfoot <https://github.com/glightfoot> for
their contributions, which make up the majority of this release.

Best,
Matthias

0.17.0 / 2020-06-26
<https://github.com/prometheus/statsd_exporter/releases/tag/v0.17.0>

Repository: prometheus/statsd_exporter
<https://github.com/prometheus/statsd_exporter> · Tag: v0.17.0
<https://github.com/prometheus/statsd_exporter/tree/v0.17.0> · Commit:
b162bd0
<https://github.com/prometheus/statsd_exporter/commit/b162bd047a2a052e86923eecae9918590d64f0b1>
· Released by: prombot <https://github.com/prombot>

   - [CHANGE] Support non-timer distributions without unit conversion (#314
   <https://github.com/prometheus/statsd_exporter/pull/314>)
   - [ENHANCEMENT] Offline configuration check (#312
   <https://github.com/prometheus/statsd_exporter/pull/312>)
   - [ENHANCEMENT] Support the SignalFX tagging extension (#315
   <https://github.com/prometheus/statsd_exporter/pull/315>)
   - [BUGFIX] Allow matching single-letter metric name components (#309
   <https://github.com/prometheus/statsd_exporter/pull/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.
—

This release has 33 assets:

   - sha256sums.txt
   - statsd_exporter-0.17.0.aix-ppc64.tar.gz
   - statsd_exporter-0.17.0.darwin-386.tar.gz
   - statsd_exporter-0.17.0.darwin-amd64.tar.gz
   - statsd_exporter-0.17.0.dragonfly-amd64.tar.gz
   - statsd_exporter-0.17.0.freebsd-386.tar.gz
   - statsd_exporter-0.17.0.freebsd-amd64.tar.gz
   - statsd_exporter-0.17.0.freebsd-armv6.tar.gz
   - statsd_exporter-0.17.0.freebsd-armv7.tar.gz
   - statsd_exporter-0.17.0.linux-386.tar.gz
   - statsd_exporter-0.17.0.linux-amd64.tar.gz
   - statsd_exporter-0.17.0.linux-arm64.tar.gz
   - statsd_exporter-0.17.0.linux-armv5.tar.gz
   - statsd_exporter-0.17.0.linux-armv6.tar.gz
   - statsd_exporter-0.17.0.linux-armv7.tar.gz
   - statsd_exporter-0.17.0.linux-mips.tar.gz
   - statsd_exporter-0.17.0.linux-mips64.tar.gz
   - statsd_exporter-0.17.0.linux-mips64le.tar.gz
   - statsd_exporter-0.17.0.linux-mipsle.tar.gz
   - statsd_exporter-0.17.0.linux-ppc64.tar.gz
   - statsd_exporter-0.17.0.linux-ppc64le.tar.gz
   - statsd_exporter-0.17.0.linux-s390x.tar.gz
   - statsd_exporter-0.17.0.netbsd-386.tar.gz
   - statsd_exporter-0.17.0.netbsd-amd64.tar.gz
   - statsd_exporter-0.17.0.netbsd-armv6.tar.gz
   - statsd_exporter-0.17.0.netbsd-armv7.tar.gz
   - statsd_exporter-0.17.0.openbsd-386.tar.gz
   - statsd_exporter-0.17.0.openbsd-amd64.tar.gz
   - statsd_exporter-0.17.0.openbsd-armv7.tar.gz
   - statsd_exporter-0.17.0.windows-386.tar.gz
   - statsd_exporter-0.17.0.windows-amd64.tar.gz
   - Source code (zip)
   - Source code (tar.gz)

Visit the release page
<https://github.com/prometheus/statsd_exporter/releases/tag/v0.17.0> to
download them.

-- 
You received this message because you are subscribed to the Google Groups 
"prometheus-announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-announce+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/prometheus-announce/CAMV%3D_gbOr3wR3xDYqQME%3DHDovvwu5mErmovwVJ_t-RsLyRPu-g%40mail.gmail.com.

Reply via email to