OpenTelemetry - CNCF/opentelemetry-collector: Release v0.32.0
Name: opentelemetry-collector
Owner: OpenTelemetry - CNCF
Release: v0.32.0
Released: 2021-08-12
License: Apache-2.0
Release Assets:
🛑 IMPORTANT 🛑
This release is marked as "bad" since the metrics pipelines will produce bad data.
v0.32.0 Beta
🛑 Breaking changes 🛑
- Rename
CustomUnmarshable
interface toUnmarshallable
(#3774)
💡 Enhancements 💡
- Change default OTLP/HTTP port number from 55681 to 4318 (#3743)
- Update OTLP proto to v0.9.0 (#3740)
- Remove
SetValue
/Value
func forNumberDataPoint
/Exemplar
(#3730) - Remove
IntGauge
/IntSum
from pdata (#3731) - Remove
IntDataPoint
from pdata (#3735) - Add support for
Bytes
attribute type (#3756) - Add
SchemaUrl
field (#3759) - Add
Attributes
toNumberDataPoint
,HistogramDataPoint
,SummaryDataPoint
(#3761)
- Remove
conventions
translator: Replace with conventions generated from spec v1.5.0 (#3494)prometheus
receiver: AddToMetricPdata
method (#3695)- Make configsource
Watchable
an optional interface (#3792) obsreport
exporter: Change to acceptExporterCreateSettings
(#3789)
🧰 Bug fixes 🧰
configgrpc
: Use chained interceptors in the gRPC server (#3744)prometheus
receiver: Use actual interval startTimeMs for cumulative types (#3694)jaeger
translator: Fix bug that could generate empty proto spans (#3808)