Declare OTLP/JSON Stable (#436)

pull/450/head
Tigran Najaryan 2 years ago committed by GitHub
parent 2bdeb79c76
commit e6dfd7f4ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      README.md

@ -28,17 +28,17 @@ To generate the raw gRPC client libraries, use `make gen-${LANGUAGE}`. Currently
## Maturity Level
Component | Maturity |
-------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
**Binary Protobuf Encoding** | |
common/* | Stable |
metrics/\*<br>collector/metrics/* | Stable |
resource/* | Stable |
trace/trace.proto<br>collector/trace/* | Stable |
trace/trace_config.proto | Alpha |
logs/\*<br>collector/logs/* | Stable |
**JSON encoding** | |
All messages | [Alpha](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md#json-protobuf-encoding) |
Component | Maturity |
-------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|
**Binary Protobuf Encoding** | |
common/* | Stable |
metrics/\*<br>collector/metrics/* | Stable |
resource/* | Stable |
trace/trace.proto<br>collector/trace/* | Stable |
trace/trace_config.proto | Alpha |
logs/\*<br>collector/logs/* | Stable |
**JSON encoding** | |
All messages | [Stable](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md#json-protobuf-encoding) |
(See [maturity-matrix.yaml](https://github.com/open-telemetry/community/blob/47813530864b9fe5a5146f466a58bd2bb94edc72/maturity-matrix.yaml#L57)
for definition of maturity levels).

Loading…
Cancel
Save