Merge pull request #50718 from ChrsMark/patch-1
Update system-traces.md to use the Otel debug exporterpull/51213/head
commit
3251d7d40f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue