Skip to content

Commit

Permalink
fix: Update collector tag in example to latest (open-telemetry#1384)
Browse files Browse the repository at this point in the history
Follow-up from open-telemetry#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.
  • Loading branch information
JamieDanielson authored and brettmc committed Oct 2, 2024
1 parent 066a84a commit 2d165e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/traces/demo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
OTEL_SERVICE_NAME: service-three

collector:
image: otel/opentelemetry-collector-contrib:0.39.0
image: otel/opentelemetry-collector-contrib
volumes:
- './collector:/etc/otel'
ports:
Expand Down

0 comments on commit 2d165e5

Please sign in to comment.