Repository: prometheus/statsd_exporter · Tag: v0.19.1 · Commit: 8115b37 · Released by: prombot
Repository: prometheus/statsd_exporter · Tag: v0.20.0 · Commit: fbcadbf · Released by: prombot
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.