Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.53.0
🛑 Breaking changes 🛑
jmxreceiver
: Remove properties & groovyscript parameters from JMX Receiver. Add ResourceAttributes & LogLevel parameter to supply some of the removed functionality with reduced attack surface (#9685)resourcedetectionprocessor
: 'gke' and 'gce' resource detectors are replaced with a single 'gcp' detector (#10347)pkg/stanza
: Removed reference to deprecatedClusterName
(#10426)couchbasereceiver
: Fully removed unimplemented Couchbase receiver (#10482)hostmetricsreciever
: Fix Load Scraper to normalize 1m, 5m, and 15m averages independently (#8267)
🚀 New components 🚀
flinkmetricsreceiver
: Add implementation of Flink Metric Receiver (#10121)windowseventlogreceiver
Added implementation of Windows Event Log Receiver (#9228)vcenterreceiver
: Add metrics receiver for new vcenterreceiver component (#9224)googlecloudpubsubreceiver
Activate the Google Cloud Pubsub receiver. (#10580)googlecloudpubsubexporter
Activate the Google Cloud Pubsub exporter. (#10580)
💡 Enhancements 💡
awsemfexporter
: Add min and max support for histograms (#10577)tailsamplingprocessor
: Add support for string invert matching toand
policy (#9553)mezemoexporter
: Add user agent string to outgoing HTTP requests (#10470)prometheusreceiver
: Improve performance of metrics builder (#10546)transformprocessor
: Add functions for conversion of scalar metric types (gauge_to_sum
andsum_to_gauge
) (#10255)dynatraceexporter
: Truncate unmarshalable responses to avoid long log lines (#10568)
🧰 Bug fixes 🧰
transformprocessor
: Fix issue where incorrect error was returned if a bad path was passed to a function (#10141)tanzuobservabilityexporter
: Improve how negative values in exponential histograms are handled. (#10135)dynatraceexporter
: Ensure min is always less than or equal to mean and max is always greater or equal to mean for histogram estimation. (#10257)resourcedetectionprocessor
: GCP resource detector now properly detects zone/region on GKE (#10347)resourcedetectionprocessor
: GCP resource detector no longer fails to detect resource when using workload identity (#10486)tailsamplingprocessor
: Fix composite sampler with inverse policyawsprometheusremotewriteexporter
: Fix signing of empty request bodies. (#10578)sigv4authextension
: Fix signing of empty request bodies. (#10578)prometheusexporter
: Converting monotonic Delta to Cumulative sums (#9919)statsdreceiver
: Update the lastIntervalTime for Counter metrics (#9919)resourcedetectionprocessor
: GCP resource detector now correctly detects region on Google App Engine standard (#10814)