Skip to content

Commit 2d2f7a7

Browse files
Bump otel/opentelemetry-collector Docker tag to v0.156.0 (#7502)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f197ce commit 2d2f7a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/MicroserviceExample/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
# You can choose to configure different visualization backends by modifying the otel-collector-config.yaml file.
99
# Alternatively, you can have the services export traces directly to Zipkin by https://github.com/openzipkin-contrib/zipkin-otel.
1010
otel-collector:
11-
image: otel/opentelemetry-collector:0.155.0@sha256:140cdb56eeea12ebc33bb4f7109fd4eef90391933f8d85b33384fcfe1cf040c4
11+
image: otel/opentelemetry-collector:0.156.0@sha256:0beba82d63792511591522a8d582904b9a8ae81710357bfcab731607b8b0ffe2
1212
command: ["--config=/etc/otel-collector-config.yaml"]
1313
volumes:
1414
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml

test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/IntegrationTest/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
"
2626
2727
otel-collector:
28-
image: otel/opentelemetry-collector:0.155.0@sha256:140cdb56eeea12ebc33bb4f7109fd4eef90391933f8d85b33384fcfe1cf040c4
28+
image: otel/opentelemetry-collector:0.156.0@sha256:0beba82d63792511591522a8d582904b9a8ae81710357bfcab731607b8b0ffe2
2929
volumes:
3030
- ./test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/IntegrationTest:/cfg
3131
command: --config=/cfg/otel-collector-config.yaml

0 commit comments

Comments
 (0)