Skip to content

Commit dbdbda9

Browse files
authored
Update system-traces.md to use the Otel debug exporter
On v0.111.0, the logging exporter has been removed in favor of the debug exporter. The logging exporter last version will be v0.110.0 and it will be removed in all officially released distros.
1 parent c6bc60a commit dbdbda9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/en/docs/concepts/cluster-administration/system-traces.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,14 @@ receivers:
4141
grpc:
4242
exporters:
4343
# Replace this exporter with the exporter for your backend
44-
logging:
45-
logLevel: debug
44+
exporters:
45+
debug:
46+
verbosity: detailed
4647
service:
4748
pipelines:
4849
traces:
4950
receivers: [otlp]
50-
exporters: [logging]
51+
exporters: [debug]
5152
```
5253
5354
To directly emit traces to a backend without utilizing a collector,

0 commit comments

Comments
 (0)