1 unstable release

0.3.0-beta.1 Jun 19, 2023

#5 in #otlp

Download history 11/week @ 2024-02-25 23/week @ 2024-03-31 60/week @ 2024-04-14 1/week @ 2024-04-21

84 downloads per month
Used in ts_opentelemetry_otlp

Apache-2.0

1MB
23K SLoC

OpenTelemetry — An observability framework for cloud-native software.

OpenTelemetry Proto

This crate contains generated files from opentelemetry-proto repository and transformation between types from generated files and types defined in opentelemetry.

Based on the grpc framework needed, users can choose to generate files using tonic or grpcio.


lib.rs:

This crate contains generated files from opentelemetry-proto repository and transformation between types from generated files and types defined in opentelemetry

Based on the build tool needed, users can choose to generate files using tonic or grpcio.

Feature flags

Opentelemetry-proto includes a set of feature flags to avoid pull in unnecessary dependencies. The following is the full list of currently supported features:

Signals

  • traces: generate types that used in traces. Currently supports gen-tonic or gen-protoc.
  • metrics: generate types that used in metrics. Currently supports gen-tonic.
  • logs: generate types that used in logs. Currently supports gen-tonic.
  • zpages: generate types that used in zPages. Currently only tracez related types will be generated. Currently supports gen-tonic or gen-protoc.

Creates used to generate files

  • gen-tonic: generate rs files using tonic and prost.
  • gen-protoc: generate rs files using grpcio.

Additional configurations

  • with-serde: add serde annotations to generated types. Only applicable to gen-protoc.

Misc

  • full: enabled all features above.

By default, no feature is enabled.

Dependencies

~6–20MB
~284K SLoC