diff --git a/Examples/OTLP HTTP Exporter/docker-compose.yaml b/Examples/OTLP HTTP Exporter/docker-compose.yaml index bd5a6e13..200e53dc 100644 --- a/Examples/OTLP HTTP Exporter/docker-compose.yaml +++ b/Examples/OTLP HTTP Exporter/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3" services: # Collector collector: - image: otel/opentelemetry-collector:latest@sha256:98fd3b410ae8a939be9588f1580c4b7c3da6ebba49f5363df4259a827aabb779 + image: otel/opentelemetry-collector:latest@sha256:089a8b3c81d328a190f6f0740b30c15b0c7f1f2cfeadeb810355574d5158b31c # The latest image of the otel-collector may not work, so specifying the version that works with this release # image: otel/opentelemetry-collector:latest command: ["--config=/conf/collector-config.yaml"]