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 145d4c5 commit 7dd9b20Copy full SHA for 7dd9b20
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:287cef2a885105ab51937a1c34af95d497b334833cb395fc0147eedf4b87c6ac
+ image: otel/opentelemetry-collector:latest@sha256:580cc87f5ea6c9e3969c37f3c5394b7a8385abb8189df0ddc63b9575a00f52fc
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