Skip to content

Commit e30da00

Browse files
mx-psiopentelemetrybotcodebotenchalin
authored
[docs/collector/internal-telemetry.md] Clarify that configuration schema is unstable (#6219)
Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Alex Boten <[email protected]> Co-authored-by: Patrice Chalin <[email protected]>
1 parent 78deeae commit e30da00

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

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

+12
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ 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" %}} The Collector uses the
14+
OpenTelemetry SDK
15+
[declarative configuration schema](https://github.com/open-telemetry/opentelemetry-configuration)
16+
for configuring how to export its internal telemetry. This schema is still under
17+
[development](/docs/specs/otel/document-status/#lifecycle-status) and may
18+
undergo **breaking changes** in future releases. We intend to keep supporting
19+
older schemas until a 1.0 schema release is available, and offer a transition
20+
period for users to update their configurations before dropping pre-1.0 schemas.
21+
For details and to track progress see
22+
[issue #10808](https://github.com/open-telemetry/opentelemetry-collector/issues/10808).
23+
{{% /alert %}}
24+
1325
## Activate internal telemetry in the Collector
1426

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

static/refcache.json

+4
Original file line numberDiff line numberDiff line change
@@ -6387,6 +6387,10 @@
63876387
"StatusCode": 206,
63886388
"LastSeen": "2025-02-01T07:12:43.673402-05:00"
63896389
},
6390+
"https://github.com/open-telemetry/opentelemetry-collector/issues/10808": {
6391+
"StatusCode": 206,
6392+
"LastSeen": "2025-02-05T17:17:50.215922389Z"
6393+
},
63906394
"https://github.com/open-telemetry/opentelemetry-collector/issues/6151": {
63916395
"StatusCode": 206,
63926396
"LastSeen": "2025-02-01T07:12:51.032442-05:00"

0 commit comments

Comments
 (0)