Skip to content

Commit 8ed62b1

Browse files
fix: Update collector tag in example to latest (#1384)
Follow-up from #1383. Debug exporter isn't available until v0.86.0, so this new configuration throws an error when trying to run the collector. `Error: cannot unmarshal the configuration: unknown exporters type "debug" for "debug"` Instead of setting to v0.86.0, I noticed the other docker files omitted the tag (so latest is pulled). I just updated this to match.
1 parent 3be58cf commit 8ed62b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/traces/demo/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
OTEL_SERVICE_NAME: service-three
4242

4343
collector:
44-
image: otel/opentelemetry-collector-contrib:0.39.0
44+
image: otel/opentelemetry-collector-contrib
4545
volumes:
4646
- './collector:/etc/otel'
4747
ports:

0 commit comments

Comments
 (0)