Skip to content

Commit

Permalink
Declare OTLP/JSON Stable (open-telemetry#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrannajaryan authored and VinozzZ committed Jun 21, 2024
1 parent 38de1fb commit dc4d576
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,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).
Expand Down

0 comments on commit dc4d576

Please sign in to comment.