We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684766d commit 36bcd32Copy full SHA for 36bcd32
examples/MicroserviceExample/docker-compose.yml
@@ -4,6 +4,9 @@ services:
4
ports:
5
- 9411:9411
6
7
+# OpenTelemetry Collector is used to receive traces from the services and export them to Zipkin for visualization.
8
+# You can choose to configure different visualization backends by modifying the otel-collector-config.yaml file.
9
+# Alternatively, you can have the services export traces directly to Zipkin by https://github.com/openzipkin-contrib/zipkin-otel.
10
otel-collector:
11
image: otel/opentelemetry-collector:0.141.0@sha256:b54b114431b2aa031c28f590507b4a17daabd59a4d797eb7fddd7988b4d3e3ea
12
command: ["--config=/etc/otel-collector-config.yaml"]
0 commit comments