Skip to content

Commit e958fc0

Browse files
committed
[docs/collector/internal-telemetry.md] Clarify that configuration schema is unstable
1 parent 7281afc commit e958fc0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/en/docs/collector/internal-telemetry.md

+8
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ configure it to help you
1010
[monitor](#use-internal-telemetry-to-monitor-the-collector) and
1111
[troubleshoot](/docs/collector/troubleshooting/) the Collector.
1212

13+
{{% alert title="Important" color="warning" %}}
14+
The Collector uses the OpenTelemetry SDK [declarative configuration schema](https://github.com/open-telemetry/opentelemetry-configuration) for configuring how to export its internal telemetry.
15+
16+
This schema is not currently stable and may undergo breaking changes in future releases.
17+
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.
18+
{{% /alert %}}
19+
20+
1321
## Activate internal telemetry in the Collector
1422

1523
By default, the Collector exposes its own telemetry in two ways:

0 commit comments

Comments
 (0)