Releases: open-telemetry/opentelemetry-proto
Releases · open-telemetry/opentelemetry-proto
Release version 0.16.0
0.16.0 - 2022-03-31
Full list of differences found in this compare.
Removed
- Remove deprecated LogRecord.Name field (#373).
Release version 0.15.0
0.15.0 - 2022-03-19
Full list of differences found in this compare.
Changed
- Rename InstrumentationLibrary to InstrumentationScope (#362)
Added
- Use optional for
sum
field to mark presence (#366)
Release version 0.14.0
Deprecated
- [Deprecate LogRecord.Name field (#357)
Release version 0.13.0
Release version 0.12.0
Release version 0.11.0
Release version 0.10.0
0.10.0 - 2021-09-07
Full list of differences found in this compare.
Maturity
Added
- Metrics data points add a
flags
field with one bit to represent explicitly missing data. (#316)
Release version 0.9.0
Full list of differences found in this compare.
Maturity
collector/metrics/*
is now consideredstable
. (#305)metrics/*{-experimental}
is now consideredstable
. (#305)
Changed: Metrics
- 🛑 [DATA MODEL CHANGE] Histogram/Summary sums must be monotonic counters of events (#302)
- 🛑 [DATA MODEL CHANGE] Clarify requirements and semantics for start time (#295)
- 🛑 [BREAKING] Deprecate
labels
field from NumberDataPoint, HistogramDataPoint, SummaryDataPoint and add equivalentattributes
field (#283) - 🛑 [BREAKING] Deprecate
filtered_labels
field from Exemplars and add equivalentfiltered_attributes
field (#283)
Added
Release version 0.8.0
0.8.0 - 2021-03-23
Full list of differences found in this compare.
Changed: Metrics
- 🛑 [DEPRECATION] Deprecate IntSum, IntGauge, and IntDataPoint (#278)
- 🛑 [DEPRECATION] Deprecate IntExemplar (#281)
- 🛑 [DEPRECATION] Deprecate IntHistogram (#270)
- 🛑 [BREAKING] Rename DoubleGauge to Gauge (#278)
- 🛑 [BREAKING] Rename DoubleSum to Sum (#278)
- 🛑 [BREAKING] Rename DoubleDataPoint to NumberDataPoint (#278)
- 🛑 [BREAKING] Rename DoubleSummary to Summary (#269)
- 🛑 [BREAKING] Rename DoubleExemplar to Exemplar (#281)
- 🛑 [BREAKING] Rename DoubleHistogram to Histogram (#270)
- 🛑 [DATA MODEL CHANGE] Make explicit bounds compatible with OM/Prometheus (#262)
v0.7.0 release
- Add Summary metric type
- Declare Metrics beta
- Clarify what empty instrumentation name means, and missing instrumentation library