From 09944db81a980b40e25b3d1bfd247b30596272da Mon Sep 17 00:00:00 2001 From: Reiley Yang Date: Thu, 29 Jul 2021 11:03:45 -0700 Subject: [PATCH] Move metrics API to Feature-freeze (#1833) * Move metrics API to Feature-freeze * update changelog Co-authored-by: Josh Suereth --- CHANGELOG.md | 3 +++ specification/metrics/api.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28f58eb6981..bfd544ed5ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ release. ### Metrics +- Metrics API specification Feature-freeze. + ([#1833](https://github.com/open-telemetry/opentelemetry-specification/pull/1833)) + ### Logs ### Resource diff --git a/specification/metrics/api.md b/specification/metrics/api.md index 89e17a84f93..72034a15919 100644 --- a/specification/metrics/api.md +++ b/specification/metrics/api.md @@ -1,6 +1,6 @@ # Metrics API -**Status**: [Experimental](../document-status.md) +**Status**: [Feature-freeze](../document-status.md)