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.