You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.47.0 (2023-07-05)
Backend Changes
⛔ Breaking Changes
[SPM] Due to a breaking change in OpenTelemetry's prometheus exporter (details)
metric names will no longer be normalized by default, meaning that the expected metric names would be calls and duration_[buckets|count|sum]. Backwards compatibility with older OpenTelemetry Collector versions can be achieved through the following flags:
prometheus.query.normalize-calls: If true, normalizes the "calls" metric name. e.g. "calls_total".
prometheus.query.normalize-duration: If true, normalizes the "duration" metric name to include the duration units. e.g. "duration_milliseconds_bucket".
New Features
[Cassandra] Add Configuration.Close() to ensure TLS cert watcher is closed (@kennyaz in #4515)
Add *.kerberos.disable-fast-negotiation option to Kafka consumer (@pmuls99 in #4520)
Support Prometheus normalization for specific metrics related to OpenTelemetry compatibility (@albertteoh in #4555)