opentelemetry-proto 0.1.0

Protobuf generated files and transmationes
Documentation
1
2
3
4
5
6
7
8
9
10
11
![OpenTelemetry — An observability framework for cloud-native software.][splash]

[splash]: https://raw.githubusercontent.com/open-telemetry/opentelemetry-rust/main/assets/logo-text.png

# OpenTelemetry Proto
This crate contains generated files from [opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-proto)
repository and transformation between types from generated files and types defined in [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry).

Based on the grpc framework needed, users can choose to generate files using [tonic](https://github.com/hyperium/tonic)
or [grpcio](https://github.com/tikv/grpc-rs).