We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931d695 commit 538e3a7Copy full SHA for 538e3a7
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:56951db9579bf00d3f32a4e934e19548183a86c14640798502bcd4c225976ea6
+ image: otel/opentelemetry-collector:latest@sha256:8ac5df2a931e9264667b236d65bf7591fa4ba633a7a634e6caa2f0a4fc549c07
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