github prometheus/statsd_exporter v0.20.0
0.20.0 / 2021-02-05

latest releases: v0.27.2-pr579, v0.27.1, v0.27.0...
3 years ago
  • [ENHANCEMENT] Support full defaults for summaries and histograms (#361)

This completes support for summary_options and histogram_options.
Change the legacy configuration attributes throughout the mapping configuration as follows:

  • quantiles: … to summary_options: { quantiles: … }
  • buckets: … to histogram_options: { buckets: … }
  • timer_type to observer_type.

Support for the deprecated attributes will be removed in a future release.

Don't miss a new statsd_exporter release

NewReleases is sending notifications on new releases.