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 e1842ed commit f598eb7Copy full SHA for f598eb7
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:e02c9c8d05f282f696ae1c7122a9f06d938ce6aee78082adc35ac74bd998e3d0
+ image: otel/opentelemetry-collector:latest@sha256:287cef2a885105ab51937a1c34af95d497b334833cb395fc0147eedf4b87c6ac
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