We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8992fe7 + dbdbda9 commit 3251d7dCopy full SHA for 3251d7d
content/en/docs/concepts/cluster-administration/system-traces.md
@@ -41,13 +41,14 @@ receivers:
41
grpc:
42
exporters:
43
# Replace this exporter with the exporter for your backend
44
- logging:
45
- logLevel: debug
+ exporters:
+ debug:
46
+ verbosity: detailed
47
service:
48
pipelines:
49
traces:
50
receivers: [otlp]
- exporters: [logging]
51
+ exporters: [debug]
52
```
53
54
To directly emit traces to a backend without utilizing a collector,
0 commit comments