From 9fffe3ae0b802800d992cc3ee1dff1fe32963434 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 06:54:50 +0000 Subject: [PATCH] Update otel/opentelemetry-collector-contrib Docker tag to v0.113.0 --- example/otel-collector/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/otel-collector/docker-compose.yaml b/example/otel-collector/docker-compose.yaml index 7603231..3cec483 100644 --- a/example/otel-collector/docker-compose.yaml +++ b/example/otel-collector/docker-compose.yaml @@ -25,7 +25,7 @@ services: retries: 10 otel-collector: - image: otel/opentelemetry-collector-contrib:0.108.0 + image: otel/opentelemetry-collector-contrib:0.113.0 command: ["--config=/etc/otel-collector.yaml"] volumes: - ./otel-collector.yaml:/etc/otel-collector.yaml