From 126b37721ef1dfdea0e3a1ab12e4b054a2612b55 Mon Sep 17 00:00:00 2001 From: Reiley Yang Date: Wed, 8 Sep 2021 13:03:42 -0700 Subject: [PATCH 1/3] prepare for the metrics sdk experiemental release --- specification/metrics/sdk.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/specification/metrics/sdk.md b/specification/metrics/sdk.md index 17bef8acb21..4774379374c 100644 --- a/specification/metrics/sdk.md +++ b/specification/metrics/sdk.md @@ -2,21 +2,6 @@ **Status**: [Experimental](../document-status.md) -**Owner:** - -* [Reiley Yang](https://github.com/reyang) - -**Domain Experts:** - -* [Bogdan Drutu](https://github.com/bogdandrutu) -* [Josh Suereth](https://github.com/jsuereth) -* [Joshua MacDonald](https://github.com/jmacd) - -Note: this specification is subject to major changes. To avoid thrusting -language client maintainers, we don't recommend OpenTelemetry clients to start -the implementation unless explicitly communicated via -[OTEP](https://github.com/open-telemetry/oteps#opentelemetry-enhancement-proposal-otep). -
Table of Contents From 0f553d5e913abfac81585a82b050e060f5a21586 Mon Sep 17 00:00:00 2001 From: Reiley Yang Date: Wed, 8 Sep 2021 13:58:13 -0700 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2655b38eaab..5d169c2746e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,16 @@ release. ### Metrics +- Added Experimental Metrics SDK specification. + ([#1673](https://github.com/open-telemetry/opentelemetry-specification/pull/1673), + [#1730](https://github.com/open-telemetry/opentelemetry-specification/pull/1730), + [#1840](https://github.com/open-telemetry/opentelemetry-specification/pull/1840), + [#1842](https://github.com/open-telemetry/opentelemetry-specification/pull/1842), + [#1864](https://github.com/open-telemetry/opentelemetry-specification/pull/1864), + [#1828](https://github.com/open-telemetry/opentelemetry-specification/pull/1828), + [#1888](https://github.com/open-telemetry/opentelemetry-specification/pull/1888), + [#1911](https://github.com/open-telemetry/opentelemetry-specification/pull/1911)) + ### Logs ### Resource From 6589c189f7f3155caeeea43a76a0c1fb91d9162e Mon Sep 17 00:00:00 2001 From: Reiley Yang Date: Wed, 8 Sep 2021 17:27:32 -0700 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d169c2746e..66e81c14daa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,8 @@ release. [#1864](https://github.com/open-telemetry/opentelemetry-specification/pull/1864), [#1828](https://github.com/open-telemetry/opentelemetry-specification/pull/1828), [#1888](https://github.com/open-telemetry/opentelemetry-specification/pull/1888), - [#1911](https://github.com/open-telemetry/opentelemetry-specification/pull/1911)) + [#1912](https://github.com/open-telemetry/opentelemetry-specification/pull/1912), + [#1913](https://github.com/open-telemetry/opentelemetry-specification/pull/1913)) ### Logs