Skip to content

Releases: open-telemetry/opentelemetry-proto

Release version 0.8.0

23 Mar 20:04
e626557
Compare
Choose a tag to compare

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

27 Jan 23:41
286810d
Compare
Choose a tag to compare
  • Add Summary metric type
  • Declare Metrics beta
  • Clarify what empty instrumentation name means, and missing instrumentation library

v0.6.0 release

28 Oct 22:31
59c488b
Compare
Choose a tag to compare

💡 Enhancements 💡

  • Deprecated old Span status code and added a new status code according to specification (#224)

v0.5.0 release

31 Aug 20:54
313a868
Compare
Choose a tag to compare

🛑 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

23 Jun 14:35
e43e1ab
Compare
Choose a tag to compare

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

  • Removed common labels from MetricDescriptor (#144).
  • Add temporality to MetricDescriptor (#140).
  • Add Monotonic Types (#145)

v0.3.0 release

23 Mar 19:17
6a4eb2f
Compare
Choose a tag to compare
  • Initial protos for trace, metrics, resource and OTLP.