opentelemetry-proto

OpenTelemetry protocol (OTLP) specification and Protobuf definitions

APACHE-2.0 License

Stars
582
Committers
68

Bot releases are hidden (Show)

opentelemetry-proto - v0.6.0 release

Published by tigrannajaryan almost 4 years ago

💡 Enhancements 💡

  • Deprecated old Span status code and added a new status code according to specification (#224)
opentelemetry-proto - v0.5.0 release

Published by bogdandrutu about 4 years ago

🛑 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.

opentelemetry-proto - v0.4.0 release

Published by tigrannajaryan over 4 years ago

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)
opentelemetry-proto - v0.3.0 release

Published by bogdandrutu over 4 years ago

  • Initial protos for trace, metrics, resource and OTLP.