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 63c57cf commit bb325fcCopy full SHA for bb325fc
Examples/OTLP Exporter/docker-compose.yaml
@@ -2,7 +2,7 @@ version: "3"
2
services:
3
# Collector
4
collector:
5
- image: otel/opentelemetry-collector:0.128.0@sha256:580cc87f5ea6c9e3969c37f3c5394b7a8385abb8189df0ddc63b9575a00f52fc
+ image: otel/opentelemetry-collector:0.130.0@sha256:0c066d4388070dad8dc9961d9f23649e85a226620e6b359334e4a6c7f9d73b23
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