Statsd Exporter Versions Save

StatsD to Prometheus metrics exporter

v0.22.5

2 years ago
  • [ENHANCEMENT] Add metric for total lines relayed (#434)

This release is built with Go 1.17.9, to address security issues in Go.

v0.22.4

2 years ago
  • [BUGFIX] Make Docker image compatible with the runAsNonRoot setting in Kubernetes pods (#409)
  • [BUGFIX] Library: fix support for custom Registerers with histograms and summaries (#410)

v0.22.3

2 years ago
  • [BUGFIX] Accept metrics with multiple dashes even if not mapped (#402)

v0.22.2

2 years ago
  • [ENHANCEMENT] Add metrics to relay (#393)

v0.22.1

2 years ago
  • [ENHANCEMENT] Accept incoming metrics with multiple dashes (with mapping) (#381)
  • [ENHANCEMENT] Allow forwarding messages to statsd for easier transition (#388)
  • [BUGFIX] Actually expose pprof endpoints (#386)
  • [BUGFIX] Fix performance regression on metric ingestion (#390)

Version 0.22.0 was eaten by a grue.

v0.21.0

2 years ago
  • [ENHANCEMENT] Update dependencies & switch to go-kit/log (#379)

This release changes the log format to be more structured, in line with other Prometheus projects.

v0.20.3

2 years ago
  • [ENHANCEMENT] Use extracted go-kit/log to reduce transitive dependencies (#378)

Once again there is no functional change. For library users, the dependency tree shrinks considerably. See prometheus/common#255 for more details.

v0.20.2

3 years ago
  • [BUGFIX] Remove copyleft licensed dependency (#375)

There is no functional change for exporter users. Removing this dependency reduces uncertainty for anyone reusing the mapping code.

v0.20.1

3 years ago
  • [CHANGE] [library] Split mapper caches out from mapper (#363)
  • [BUGFIX] Accept metric segments that start with numbers (#365)

v0.20.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.