github prometheus/statsd_exporter 0.31.0

3 hours ago

What's Changed

  • [FEATURE] Support the optional DogStatsD v1.3 metric timestamp field (|T<unix_timestamp>) (#716)
  • [FEATURE] Support $0 template reference in glob mappings, expanding to the complete StatsD metric name (matching regex mappings, where $0 expands to the complete regex match) (#735)
  • ⚠️ [CHANGE][library] fsm.TemplateFormatter.Format now takes the original metric name as an additional first argument: Format(metricName string, captures []string) instead of Format(captures []string) (#735)
  • [CHANGE] Reject unknown mapping configuration fields and remove support for deprecated timer_type, top-level buckets and quantiles, and match_metric_type: timer (#673)
  • [BUGFIX] Avoid a nil logger panic when initializing a metric mapper (#709)
  • [CHANGE] Update dependencies, including github.com/prometheus/client_golang, github.com/prometheus/common, github.com/prometheus/exporter-toolkit, and golang.org/x/net (#707, #717, #718, #725, #732, #742)

New Contributors

Full Changelog: v0.30.0...0.31.0

Don't miss a new statsd_exporter release

NewReleases is sending notifications on new releases.