Merge pull request #50718 from ChrsMark/patch-1

Update system-traces.md to use the Otel debug exporter
pull/51213/head
Kubernetes Prow Robot 2025-06-05 04:48:43 -07:00 committed by GitHub
commit 3251d7d40f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

@ -41,13 +41,14 @@ receivers:
grpc:
exporters:
# Replace this exporter with the exporter for your backend
logging:
logLevel: debug
exporters:
debug:
verbosity: detailed
service:
pipelines:
traces:
receivers: [otlp]
exporters: [logging]
exporters: [debug]
```
To directly emit traces to a backend without utilizing a collector,