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.
1 parent 6392b5f commit 5009fb7Copy full SHA for 5009fb7
instrumentation/nginx/test/docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
collector:
3
- image: otel/opentelemetry-collector:0.113.0
+ image: otel/opentelemetry-collector:latest
4
command: ["--config=/etc/otel/config.yml"]
5
volumes:
6
- ${TEST_ROOT:-.}/conf/collector.yml:/etc/otel/config.yml
instrumentation/otel-webserver-module/otel-config.yml
@@ -20,8 +20,8 @@ receivers:
20
http:
21
zipkin:
22
exporters:
23
- logging:
24
- loglevel: debug
+ debug:
+ verbosity: detailed
25
26
endpoint: "http://zipkin:9411/api/v2/spans"
27
format: proto
@@ -30,5 +30,5 @@ service:
30
pipelines:
31
traces:
32
receivers: [otlp, zipkin]
33
- exporters: [logging, zipkin]
+ exporters: [debug, zipkin]
34
processors: [resource]
0 commit comments