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:
|
grpc:
|
||||||
exporters:
|
exporters:
|
||||||
# Replace this exporter with the exporter for your backend
|
# Replace this exporter with the exporter for your backend
|
||||||
logging:
|
exporters:
|
||||||
logLevel: debug
|
debug:
|
||||||
|
verbosity: detailed
|
||||||
service:
|
service:
|
||||||
pipelines:
|
pipelines:
|
||||||
traces:
|
traces:
|
||||||
receivers: [otlp]
|
receivers: [otlp]
|
||||||
exporters: [logging]
|
exporters: [debug]
|
||||||
```
|
```
|
||||||
|
|
||||||
To directly emit traces to a backend without utilizing a collector,
|
To directly emit traces to a backend without utilizing a collector,
|
||||||
|
|
Loading…
Reference in New Issue