v0.13.0 Report message_processing in all services
What's Changed
- Auto merge Dependabot PRs for minor&patch updates by @FlorianHockmann in #784
- Let all services report message_processing timings by @rngcntr in #941
Full Changelog: v0.12.0...v0.13.0
Breaking Changes
- The Prometheus metric
message_processing_total
has been retired. Please usemessage_processing_count
instead. - The Prometheus Client added new method overloads for creating metrics. In contrast to previous versions, supplying only one label to
params labelNames
will result in a different method call with a different return type. As a fix, passnew [] {"someLabel"}
instead of"someLabel"
.