From 0afd9d3490c927ec9e07d2e2efcaaf9208207077 Mon Sep 17 00:00:00 2001 From: Tigran Najaryan Date: Wed, 30 Mar 2022 10:08:29 -0400 Subject: [PATCH] Declare logs Stable The log data model is now declared Stable: /~https://github.com/open-telemetry/opentelemetry-specification/pull/2387 The OTLP proto in this repository now matches the log data model in the specification. This PR declares OTLP proto for logs Stable as well. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e15aad1d7..d9a0c869a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ metrics/\*
collector/metrics/* | Stable | resource/* | Stable | trace/trace.proto
collector/trace/* | Stable | trace/trace_config.proto | Alpha | -logs/\*
collector/logs/* | Beta | +logs/\*
collector/logs/* | Stable | **JSON encoding** | | All messages | Alpha |