OpenTelemetry - CNCF/opentelemetry-collector: Release v0.10.0
Name: opentelemetry-collector
Owner: OpenTelemetry - CNCF
Release: Release version 0.10.0
Released: 2020-09-14
License: Apache-2.0
Release Assets:
v0.10.0 Beta
🛑 Breaking changes 🛑
- Update OTLP to v0.5.0, incompatible metrics protocol.
- Remove support for propagating summary metrics in OtelCollector.
- This is a temporary change, and will affect mostly OpenCensus users who use metrics.
💡 Enhancements 💡
- Support zipkin proto in
kafka
receiver (#1646) - Prometheus Remote Write Exporter supporting Cortex (#1577, #1643)
- Add deployment environment semantic convention (#1722)
- Add logs support to
batch
andresource
processors (#1723, #1729)
🧰 Bug fixes 🧰
- Identify config error when expected map is other value type (#1641)
- Fix Kafka receiver closing ready channel multiple times (#1696)
- Fix a panic issue while processing Zipkin spans with an empty service name (#1742)
- Zipkin Receiver: Always set the endtime (#1750)