OpenTelemetry Collector Contrib v0.7.0 (Beta)
🎉 OpenTelemetry Collector Contrib v0.7.0 (Beta) 🎉
The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release (be sure to check the release notes here as well!). Check out the Getting Started Guide for deployment and configuration information.
🛑 Breaking changes 🛑
awsxray
receiver updated to support udp:tcp_endpoint
config option renamed toendpoint
(#497)- TLS config changed for
sapmreceiver
(#488) andsignalfxreceiver
receivers (#488)
🚀 New components 🚀
- Exporters
- Extensions
💡 Enhancements 💡
- Update
honeycomb
exporter for v0.8.0 compatibility - Extend
metricstransform
processor to be able to add a label to an existing metric (#441) - Update
kubeletstats
metrics according to semantic conventions (#475) - Updated
awsxray
receiver config to use udp (#497) - Add
/pods
endpoint support inkubeletstats
receiver to add extra labels (#569) - Add metric translation options to
signalfx
exporter (#477, #501, #571, #573)
🧰 Bug fixes 🧰
azuremonitor
exporter: Mark spanToEnvelope errors as permanent (#500)