Skip to content

open-telemetry/opentelemetry-proto

Repository files navigation

Language Independent Interface Types For OpenTelemetry

The proto files can be consumed as GIT submodule or copied over and built directly in the consumer project.

The compiled files are published to central repositories (Maven, NPM...) from OpenTelemetry client libraries.

See contribution guidelines if you would like to make any changes.

Maturity Level

Component Maturity
Binary Protobuf Encoding
collector/metrics/* Alpha
collector/trace/* Stable
common/* Stable
metrics/* Alpha
resource/* Stable
trace/trace.proto Stable
trace/trace_config.proto Alpha
JSON encoding
All messages Alpha

(See maturity-matrix.yaml for definition of maturity levels).

Experiments

In some cases we are trying to experiment with different features. In this case we recommend using an "experimental" sub-directory instead of adding them to any protocol version. These protocols should not be used, except for development/testing purposes.

Another review must be conducted for experimental protocols to join the main project.