There was an error while loading. Please reload this page.
1 parent 78063d2 commit 49fc014Copy full SHA for 49fc014
1 file changed
Examples/OTLP HTTP Exporter/docker-compose.yaml
@@ -2,7 +2,7 @@ version: "3"
2
services:
3
# Collector
4
collector:
5
- image: otel/opentelemetry-collector:latest@sha256:6852803128c97a37fd2bafb989a04a10e3af920737d8eee998eefdfcebc698be
+ image: otel/opentelemetry-collector:latest@sha256:2231b48a2ea0f18f50ae6adcda04474e71ff8b236a1195a398c3717c0ba692c5
6
# The latest image of the otel-collector may not work, so specifying the version that works with this release
7
# image: otel/opentelemetry-collector:latest
8
command: ["--config=/conf/collector-config.yaml"]
0 commit comments