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 310d77c commit 98ad4c1Copy full SHA for 98ad4c1
Examples/OTLP Exporter/docker-compose.yaml
@@ -2,7 +2,7 @@ version: "3"
2
services:
3
# Collector
4
collector:
5
- image: otel/opentelemetry-collector:0.138.0@sha256:56951db9579bf00d3f32a4e934e19548183a86c14640798502bcd4c225976ea6
+ image: otel/opentelemetry-collector:0.140.1@sha256:e448b3c73de52e379d85875c3441faf499e470ef91e775439e7937bca67e9c4f
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