From fb655c21cdd33e42bfc483f318c7b704c864006e Mon Sep 17 00:00:00 2001
From: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com>
Date: Thu, 9 Feb 2023 15:01:09 -0500
Subject: [PATCH] Declare OTLP/JSON Stable (#436)
---
README.md | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index a4ab9906c..3f0f9179d 100644
--- a/README.md
+++ b/README.md
@@ -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/\*
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).