Skip to content

Commit 3251d7d

Browse files
authored
Merge pull request #50718 from ChrsMark/patch-1
Update system-traces.md to use the Otel debug exporter
2 parents 8992fe7 + dbdbda9 commit 3251d7d

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)