From b45d00cd97dcb8379089685035efc740d43784c8 Mon Sep 17 00:00:00 2001 From: Reiley Yang Date: Mon, 29 Nov 2021 11:34:53 -0800 Subject: [PATCH 1/2] mark In-Memory/OTLP/Stdout exporters as stable --- CHANGELOG.md | 2 ++ specification/metrics/sdk_exporters/in-memory.md | 2 +- specification/metrics/sdk_exporters/otlp.md | 2 +- specification/metrics/sdk_exporters/stdout.md | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c16c4ef0e41..5c5116bd34a 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. + ([#TBD](https://github.com/open-telemetry/opentelemetry-specification/pull/TBD)) ### 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 From 877d7a28bef35c0e314f99f3616f78e0ff295b1f Mon Sep 17 00:00:00 2001 From: Reiley Yang Date: Mon, 29 Nov 2021 11:39:45 -0800 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c5116bd34a..caa879174fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ release. - 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. - ([#TBD](https://github.com/open-telemetry/opentelemetry-specification/pull/TBD)) + ([#2175](https://github.com/open-telemetry/opentelemetry-specification/pull/2175)) ### Logs