- [CHANGE] Do not run as root in the Docker container by default (#202)
- [FEATURE] Add metric for count of events by action (#193)
- [FEATURE] Add metric for count of distinct metric names (#200)
- [FEATURE] Add UNIX socket listener support (#199)
- [FEATURE] Accept Datadog distributions (#211)
- [ENHANCEMENT] Add a health check to the Docker container (#182)
- [ENHANCEMENT] Allow inconsistent label sets (#194)
- [ENHANCEMENT] Speed up sanitization of metric names (#197)
- [ENHANCEMENT] Enable pprof endpoints (#205)
- [ENHANCEMENT] DogStatsD tag parsing is faster (#210)
- [ENHANCEMENT] Cache mapped metrics (#198)
- [BUGFIX] Fix panic if a mapping resulted in an empty name (#192)
- [BUGFIX] Ensure that there are always default quantiles if using summaries (#212)
- [BUGFIX] Prevent ingesting conflicting metric types that would make scraping fail (#213)
With #192, the count of events rejected because of negative counter increments has moved into the statsd_exporter_events_error_total
metric, instead of being lumped in with the different kinds of successful events.
Note: 0.10.0 and 0.10.1 were eaten by CI.