From e958fc09fc2c0ed673905d46117af8a4f010c0ff Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Wed, 5 Feb 2025 13:13:54 +0100 Subject: [PATCH 1/4] [docs/collector/internal-telemetry.md] Clarify that configuration schema is unstable --- content/en/docs/collector/internal-telemetry.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/docs/collector/internal-telemetry.md b/content/en/docs/collector/internal-telemetry.md index 590b708ce410..4bdbcf5d7fb0 100644 --- a/content/en/docs/collector/internal-telemetry.md +++ b/content/en/docs/collector/internal-telemetry.md @@ -10,6 +10,14 @@ configure it to help you [monitor](#use-internal-telemetry-to-monitor-the-collector) and [troubleshoot](/docs/collector/troubleshooting/) the Collector. +{{% alert title="Important" color="warning" %}} +The Collector uses the OpenTelemetry SDK [declarative configuration schema](https://github.com/open-telemetry/opentelemetry-configuration) for configuring how to export its internal telemetry. + +This schema is not currently stable and may undergo breaking changes in future releases. +We intend to keep supporting older schemas until a 1.0 schema release is available, and offer a transition period for users to update their configurations before dropping pre-1.0 schemas. +{{% /alert %}} + + ## Activate internal telemetry in the Collector By default, the Collector exposes its own telemetry in two ways: From fefeac3d168568fc29820565e152e2388b2edfae Mon Sep 17 00:00:00 2001 From: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:21:42 +0000 Subject: [PATCH 2/4] Results from /fix:all --- content/en/docs/collector/internal-telemetry.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/content/en/docs/collector/internal-telemetry.md b/content/en/docs/collector/internal-telemetry.md index 4bdbcf5d7fb0..36b4f518074e 100644 --- a/content/en/docs/collector/internal-telemetry.md +++ b/content/en/docs/collector/internal-telemetry.md @@ -10,13 +10,15 @@ configure it to help you [monitor](#use-internal-telemetry-to-monitor-the-collector) and [troubleshoot](/docs/collector/troubleshooting/) the Collector. -{{% alert title="Important" color="warning" %}} -The Collector uses the OpenTelemetry SDK [declarative configuration schema](https://github.com/open-telemetry/opentelemetry-configuration) for configuring how to export its internal telemetry. - -This schema is not currently stable and may undergo breaking changes in future releases. -We intend to keep supporting older schemas until a 1.0 schema release is available, and offer a transition period for users to update their configurations before dropping pre-1.0 schemas. -{{% /alert %}} - +{{% alert title="Important" color="warning" %}} The Collector uses the +OpenTelemetry SDK +[declarative configuration schema](https://github.com/open-telemetry/opentelemetry-configuration) +for configuring how to export its internal telemetry. + +This schema is not currently stable and may undergo breaking changes in future +releases. We intend to keep supporting older schemas until a 1.0 schema release +is available, and offer a transition period for users to update their +configurations before dropping pre-1.0 schemas. {{% /alert %}} ## Activate internal telemetry in the Collector From 3a77e966d4b47dc7c8f3c18f1aedb7bab0d54f40 Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Wed, 5 Feb 2025 18:08:37 +0100 Subject: [PATCH 3/4] Apply suggestions from code review Co-authored-by: Patrice Chalin --- content/en/docs/collector/internal-telemetry.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/collector/internal-telemetry.md b/content/en/docs/collector/internal-telemetry.md index 36b4f518074e..61bfec7d5094 100644 --- a/content/en/docs/collector/internal-telemetry.md +++ b/content/en/docs/collector/internal-telemetry.md @@ -13,12 +13,12 @@ configure it to help you {{% alert title="Important" color="warning" %}} The Collector uses the OpenTelemetry SDK [declarative configuration schema](https://github.com/open-telemetry/opentelemetry-configuration) -for configuring how to export its internal telemetry. - -This schema is not currently stable and may undergo breaking changes in future +for configuring how to export its internal telemetry. This schema is still under [development](/docs/specs/otel/document-status/#lifecycle-status) and may undergo **breaking changes** in future releases. We intend to keep supporting older schemas until a 1.0 schema release is available, and offer a transition period for users to update their -configurations before dropping pre-1.0 schemas. {{% /alert %}} +configurations before dropping pre-1.0 schemas. For details and to track progress see +[issue #10808](https://github.com/open-telemetry/opentelemetry-collector/issues/10808). +{{% /alert %}} ## Activate internal telemetry in the Collector From 6fb2b8eee8c7824cc24f439b7396bdb4f4e697d1 Mon Sep 17 00:00:00 2001 From: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Date: Wed, 5 Feb 2025 17:20:18 +0000 Subject: [PATCH 4/4] Results from /fix:all --- content/en/docs/collector/internal-telemetry.md | 10 ++++++---- static/refcache.json | 4 ++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/content/en/docs/collector/internal-telemetry.md b/content/en/docs/collector/internal-telemetry.md index 61bfec7d5094..eee42f01aa3f 100644 --- a/content/en/docs/collector/internal-telemetry.md +++ b/content/en/docs/collector/internal-telemetry.md @@ -13,10 +13,12 @@ configure it to help you {{% alert title="Important" color="warning" %}} The Collector uses the OpenTelemetry SDK [declarative configuration schema](https://github.com/open-telemetry/opentelemetry-configuration) -for configuring how to export its internal telemetry. This schema is still under [development](/docs/specs/otel/document-status/#lifecycle-status) and may undergo **breaking changes** in future -releases. We intend to keep supporting older schemas until a 1.0 schema release -is available, and offer a transition period for users to update their -configurations before dropping pre-1.0 schemas. For details and to track progress see +for configuring how to export its internal telemetry. This schema is still under +[development](/docs/specs/otel/document-status/#lifecycle-status) and may +undergo **breaking changes** in future releases. We intend to keep supporting +older schemas until a 1.0 schema release is available, and offer a transition +period for users to update their configurations before dropping pre-1.0 schemas. +For details and to track progress see [issue #10808](https://github.com/open-telemetry/opentelemetry-collector/issues/10808). {{% /alert %}} diff --git a/static/refcache.json b/static/refcache.json index 0ed750961da9..a63e1325702b 100644 --- a/static/refcache.json +++ b/static/refcache.json @@ -6387,6 +6387,10 @@ "StatusCode": 206, "LastSeen": "2025-02-01T07:12:43.673402-05:00" }, + "https://github.com/open-telemetry/opentelemetry-collector/issues/10808": { + "StatusCode": 206, + "LastSeen": "2025-02-05T17:17:50.215922389Z" + }, "https://github.com/open-telemetry/opentelemetry-collector/issues/6151": { "StatusCode": 206, "LastSeen": "2025-02-01T07:12:51.032442-05:00"