File tree 2 files changed +16
-0
lines changed
content/en/docs/collector
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,18 @@ configure it to help you
10
10
[ monitor] ( #use-internal-telemetry-to-monitor-the-collector ) and
11
11
[ troubleshoot] ( /docs/collector/troubleshooting/ ) the Collector.
12
12
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
+
13
25
## Activate internal telemetry in the Collector
14
26
15
27
By default, the Collector exposes its own telemetry in two ways:
Original file line number Diff line number Diff line change 6387
6387
"StatusCode": 206,
6388
6388
"LastSeen": "2025-02-01T07:12:43.673402-05:00"
6389
6389
},
6390
+ "https://github.com/open-telemetry/opentelemetry-collector/issues/10808": {
6391
+ "StatusCode": 206,
6392
+ "LastSeen": "2025-02-05T17:17:50.215922389Z"
6393
+ },
6390
6394
"https://github.com/open-telemetry/opentelemetry-collector/issues/6151": {
6391
6395
"StatusCode": 206,
6392
6396
"LastSeen": "2025-02-01T07:12:51.032442-05:00"
You can’t perform that action at this time.
0 commit comments