The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release (be sure to check the release notes here as well!).
💡 Enhancements 💡
hostmetricsreceiver
: Add a new optional metricprocess.signals_pending
to the metrics scraped by theprocess
scraper of thehostmetrics
receiver. (#14084)splunkhecreceiver
: Add a healthcheck endpoint as part of the splunkhecreceiver. Just returns 200 for now if the receiver is running. (#15367)filterprocessor
: Add ability to filter spans, span events, metrics, datapoints, and logs via OTTL conditions (#16369)googlecloudspannerreceiver
: Configurably mask the PII in lock stats metrics. (#16343)interna/coreinternal
: Split internal/coreinternal/processor into a separate internal/filter module (#16410)
🧰 Bug fixes 🧰
- Fixes missed dependency updates in v0.65.0