v0.45.0
Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.45.0
💡 Enhancements 💡
hostreceiver/filesystemscraper
: Migrate the scraper to the mdatagen metrics builder (#7772)hostreceiver/memoryscraper
: Migrate the scraper to the mdatagen metrics builder (#7312)lokiexporter
: Use record attributes as log labels (#7569)routingprocessor
: Do not err on failure to build exporters (#7423)apachereceiver
: Update to mdatagen v2 (#7573)datadogexporter
: Don't send host metadata if hostname is empty (#7426)datadogexporter
: Add insecure_skip_verify flag to configuration (#7422)coralogixexporter
: Update readme (#7785)awscloudwatchlogsexporter
: Remove name from aws cloudwatch logs exporter (#7554)hostreceiver/memoryscraper
: Add memory.utilization (#6221)awskinesisexporter
: Add Queue Config Validation AWS Kinesis Exporter (#7835)elasticsearchexporter
: Remove usage of deprecated LogRecord.Name field (#7829).loadbalancingexporter
: Allow non-exist hostname on startup (#7935)datadogexporter
: Use exact sum, count and average on Datadog distributions (#7830)storage/filestorage
: add optional compaction to filestorage (#7768)
🛑 Breaking changes 🛑
- Use go mod compat, drops support for reproducibility with go 1.16 (#7915)
apachereceiver
: Update instrumentation library name fromotel/apache
tootelcol/apache
(#7754)pkg/translator/prometheusremotewrite
: Cleanup prw translator public functions (#7776)prometheusreceiver
: The OpenCensus-based metric conversion pipeline has
been removed.- The
receiver.prometheus.OTLPDirect
feature gate has been removed as
the direct pipeline is the only remaining pipeline.
- The
translator/jaeger
: Cleanup jaeger translator function names (#7775)- Deprecate old funcs with Internal word.
🚩 Deprecations 🚩
- Deprecated log_names setting from filter processor. (#7552)
🧰 Bug fixes 🧰
tailsamplingprocessor
: "And" policy only works as a sub policy under a composite policy (#7590)prometheusreceiver
: Correctly map description and units when converting
Prometheus metadata directly to pdata. (#7748)sumologicexporter
: fix exporter panics on malformed histogram (#7548)awsecscontainermetrics
: CPU Reserved is now 1024/vCPU for ECS Container Insights (#6734)