From 75f8f0e676fc076a1b8b7551e93fcea45ca71dcb Mon Sep 17 00:00:00 2001 From: Charlie Le Date: Wed, 5 Apr 2023 11:35:34 -0700 Subject: [PATCH] Remove metrics section in instrumenting library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @chalin stated that > the status being referred to in "Metrics API is not > stable" is the implementation across supported languages: which is about > 50% at the moment -- that is 50% of languages have "stable" metrics in > contrast to some other status (beta, alpha, experimental or not > implemented). So, in a sense, the statement is 50% correct 😅. and @cartermp suggested that we remove the problematic paragraph and section altogether. See: https://github.com/open-telemetry/opentelemetry.io/issues/2575 --- content/en/docs/concepts/instrumenting-library/index.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content/en/docs/concepts/instrumenting-library/index.md b/content/en/docs/concepts/instrumenting-library/index.md index e7dd52d5d9bf..5619bb86210e 100644 --- a/content/en/docs/concepts/instrumenting-library/index.md +++ b/content/en/docs/concepts/instrumenting-library/index.md @@ -329,11 +329,6 @@ There might be some exceptions: or other things that can break due to async context flow limitations in your language -## Metrics - -[Metrics API](/docs/reference/specification/metrics/api/) is not stable yet and -we don't yet define metrics conventions. - ## Misc ### Instrumentation registry