From 281d5980552529eec607f3306acdc95778c0795a Mon Sep 17 00:00:00 2001 From: Jamie Danielson Date: Mon, 23 Sep 2024 17:18:10 -0400 Subject: [PATCH] fix: Update collector tag in example to latest 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. --- examples/traces/demo/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/traces/demo/docker-compose.yml b/examples/traces/demo/docker-compose.yml index a0d8a0b37..aac546baf 100644 --- a/examples/traces/demo/docker-compose.yml +++ b/examples/traces/demo/docker-compose.yml @@ -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: