diff --git a/CHANGELOG.md b/CHANGELOG.md index c16c4ef0e41..caa879174fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ release. ([#2131](https://github.com/open-telemetry/opentelemetry-specification/pull/2131)) - Remove the concept of supported temporality, keep preferred. ([#2154](https://github.com/open-telemetry/opentelemetry-specification/pull/2154)) +- Mark In-memory, OTLP and Stdout exporter specs as Stable. + ([#2175](https://github.com/open-telemetry/opentelemetry-specification/pull/2175)) ### Logs diff --git a/specification/metrics/sdk_exporters/in-memory.md b/specification/metrics/sdk_exporters/in-memory.md index 13c6d93ff62..1f5af3b3037 100644 --- a/specification/metrics/sdk_exporters/in-memory.md +++ b/specification/metrics/sdk_exporters/in-memory.md @@ -1,6 +1,6 @@ # OpenTelemetry Metrics Exporter - In-memory -**Status**: [Feature-freeze](../../document-status.md) +**Status**: [Stable](../../document-status.md) In-memory Metrics Exporter is a [Push Metric Exporter](../sdk.md#push-metric-exporter) which accumulates metrics data in the diff --git a/specification/metrics/sdk_exporters/otlp.md b/specification/metrics/sdk_exporters/otlp.md index dfc0098f10b..1060b3b0a5a 100644 --- a/specification/metrics/sdk_exporters/otlp.md +++ b/specification/metrics/sdk_exporters/otlp.md @@ -1,6 +1,6 @@ # OpenTelemetry Metrics Exporter - OTLP -**Status**: [Feature-freeze](../../document-status.md) +**Status**: [Stable](../../document-status.md) OTLP Metrics Exporter is a [Push Metric Exporter](../sdk.md#push-metric-exporter) which sends metrics via the diff --git a/specification/metrics/sdk_exporters/stdout.md b/specification/metrics/sdk_exporters/stdout.md index 2f69366eeaf..8f52fa8b54d 100644 --- a/specification/metrics/sdk_exporters/stdout.md +++ b/specification/metrics/sdk_exporters/stdout.md @@ -1,6 +1,6 @@ # OpenTelemetry Metrics Exporter - Standard output -**Status**: [Feature-freeze](../../document-status.md) +**Status**: [Stable](../../document-status.md) "Standard output" Metrics Exporter is a [Push Metric Exporter](../sdk.md#push-metric-exporter) which outputs the metrics to