From ea28a71729cfd6da64d61672b17079eeae123c47 Mon Sep 17 00:00:00 2001 From: svrnm Date: Tue, 8 Aug 2023 13:45:30 +0200 Subject: [PATCH 1/3] Remove issue 10116 note from collector docs Signed-off-by: svrnm --- content/en/docs/collector/_index.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/content/en/docs/collector/_index.md b/content/en/docs/collector/_index.md index 6f35fdf69f9a..1b3fdcc531c1 100644 --- a/content/en/docs/collector/_index.md +++ b/content/en/docs/collector/_index.md @@ -50,21 +50,20 @@ filtering. It is also easier to [setup a collector](./getting-started) than you might think: the default OTLP exporters in each language assume a local collector -endpoint, so you'd start up a collector and you'd just start getting telemetry. +endpoint, so you'd start up a collector and you'd start getting telemetry. ## Status and releases The **collector** status is: [mixed][], since core collector components currently have mixed [stability levels][]. -**Collector components** differ in their maturity levels. An effort is underway -to ensure that every component has its stability documented. To track the -progress of this effort, see `opentelemetry-collector-contrib` [issue #10116][]. +**Collector components** differ in their maturity levels. Every component has +its stability documented in their respective `README.md`. You can find a list of +all available collector components in the [registry][]. {{% docs/latest-release collector-releases /%}} -[issue #10116]: - https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/10116 +[registry]: /ecosystem/registry/?language=collector [mixed]: /docs/specs/otel/document-status/#mixed [stability levels]: https://github.com/open-telemetry/opentelemetry-collector#stability-levels From 378af41101ae47eec9b983310967efded3d74906 Mon Sep 17 00:00:00 2001 From: Severin Neumann Date: Tue, 8 Aug 2023 15:56:39 +0200 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: Patrice Chalin --- content/en/docs/collector/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/collector/_index.md b/content/en/docs/collector/_index.md index 1b3fdcc531c1..44e2e6157ac5 100644 --- a/content/en/docs/collector/_index.md +++ b/content/en/docs/collector/_index.md @@ -50,15 +50,15 @@ filtering. It is also easier to [setup a collector](./getting-started) than you might think: the default OTLP exporters in each language assume a local collector -endpoint, so you'd start up a collector and you'd start getting telemetry. +endpoint, so if you launch a collector it will automatically start receiving telemetry. ## Status and releases The **collector** status is: [mixed][], since core collector components currently have mixed [stability levels][]. -**Collector components** differ in their maturity levels. Every component has -its stability documented in their respective `README.md`. You can find a list of +**Collector components** differ in their maturity levels. Each component has +its stability documented in its `README.md`. You can find a list of all available collector components in the [registry][]. {{% docs/latest-release collector-releases /%}} From acc296912df11e54f812371f28cfe8d74fd1b1c0 Mon Sep 17 00:00:00 2001 From: svrnm Date: Tue, 5 Sep 2023 16:07:17 +0200 Subject: [PATCH 3/3] fix format Signed-off-by: svrnm --- content/en/docs/collector/_index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/en/docs/collector/_index.md b/content/en/docs/collector/_index.md index 6ecf5c0cf229..44aa3f470f95 100644 --- a/content/en/docs/collector/_index.md +++ b/content/en/docs/collector/_index.md @@ -50,16 +50,17 @@ filtering. It is also easier to [setup a collector](./getting-started) than you might think: the default OTLP exporters in each language assume a local collector -endpoint, so if you launch a collector it will automatically start receiving telemetry. +endpoint, so if you launch a collector it will automatically start receiving +telemetry. ## Status and releases The **collector** status is: [mixed][], since core collector components currently have mixed [stability levels][]. -**Collector components** differ in their maturity levels. Each component has -its stability documented in its `README.md`. You can find a list of -all available collector components in the [registry][]. +**Collector components** differ in their maturity levels. Each component has its +stability documented in its `README.md`. You can find a list of all available +collector components in the [registry][]. {{% docs/latest-release collector-releases /%}}