From 24f623db8aa40dc3a74cb4cc658b403f0e771ad3 Mon Sep 17 00:00:00 2001 From: Tigran Najaryan Date: Tue, 8 Nov 2022 16:13:26 -0500 Subject: [PATCH] Declare OTLP/JSON Stable --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 1ad135652..29fa0ed61 100644 --- a/README.md +++ b/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/\*
collector/metrics/* | Stable | -resource/* | Stable | -trace/trace.proto
collector/trace/* | Stable | -trace/trace_config.proto | Alpha | -logs/\*
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/\*
collector/metrics/* | Stable | +resource/* | Stable | +trace/trace.proto
collector/trace/* | Stable | +trace/trace_config.proto | Alpha | +logs/\*
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).