Releases: open-telemetry/opentelemetry-proto
Releases · open-telemetry/opentelemetry-proto
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
v0.6.0 release
💡 Enhancements 💡
- Deprecated old Span status code and added a new status code according to specification (#224)
v0.5.0 release
🛑 Breaking changes 🛑
- Metrics protocol was refactored, and lots of breaking changes.
- Removed MetricDescriptor and embedded into Metric and the new data types.
- Add new data types Gauge/Sum/Histogram.
- Make use of the "AggregationTemporality" into the data types that allow that support.
- Remove generated golang structs from the repository
💡 Enhancements 💡
- Rename enum values to follow the proto3 style guide.
- Enable build to use docker image
otel/build-protobuf
to be used in CI. Can also be used by the languages to generate protos.
This is a Release Candidate to declare Metrics part of the protocol Stable.
v0.4.0 release
Important: this is a breaking release. The protocol is incompatible with the previous release.
This is a Release Candidate to declare Traces part of the protocol Stable.
Changes
Traces and Resources
- Added support for arrays and maps for attribute values (AnyValue) (#157).
Metrics
v0.3.0 release
- Initial protos for trace, metrics, resource and OTLP.