We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e7fe2 commit a2c3aeaCopy full SHA for a2c3aea
instrumentation/nginx/test/conf/collector.yml
@@ -3,8 +3,8 @@ receivers:
3
protocols:
4
grpc:
5
exporters:
6
- logging:
7
- logLevel: debug
+ debug:
+ verbosity: detailed
8
file:
9
path: /trace.json
10
processors:
@@ -14,4 +14,4 @@ service:
14
traces:
15
receivers: [otlp]
16
processors: [batch]
17
- exporters: [logging, file]
+ exporters: [debug, file]
instrumentation/otel-webserver-module/otel-config.yml
@@ -20,8 +20,8 @@ receivers:
20
http:
21
zipkin:
22
23
24
- loglevel: debug
25
26
endpoint: "http://zipkin:9411/api/v2/spans"
27
format: proto
@@ -30,5 +30,5 @@ service:
30
pipelines:
31
32
receivers: [otlp, zipkin]
33
- exporters: [logging, zipkin]
+ exporters: [debug, zipkin]
34
processors: [resource]
0 commit comments