diff --git a/CHANGELOG.md b/CHANGELOG.md index 9232e747b62..73d32dc3621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,9 @@ release. ### Logs +- OTLP Logs are now Stable + ([#2565](https://github.com/open-telemetry/opentelemetry-specification/pull/2565)) + ### Resource ### Semantic Conventions diff --git a/specification/protocol/otlp.md b/specification/protocol/otlp.md index 2868340aec4..42766e721c6 100644 --- a/specification/protocol/otlp.md +++ b/specification/protocol/otlp.md @@ -54,7 +54,7 @@ own maturity level, which in turn applies to **all** the OTLP Transports listed * Tracing: **Stable** * Metrics: **Stable** -* Logs: **Beta** +* Logs: **Stable** See [OTLP Maturity Level](https://github.com/open-telemetry/opentelemetry-proto#maturity-level).