File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/IntegrationTest Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ services:
22
33 # OTEL Collector to receive logs, metrics and traces from the application
44 otel-collector :
5- image : otel/opentelemetry-collector:0.136 .0@sha256:98fd3b410ae8a939be9588f1580c4b7c3da6ebba49f5363df4259a827aabb779
5+ image : otel/opentelemetry-collector:0.137 .0@sha256:089a8b3c81d328a190f6f0740b30c15b0c7f1f2cfeadeb810355574d5158b31c
66 command : [ "--config=/etc/otel-collector.yaml" ]
77 volumes :
88 - ./otel-collector.yaml:/etc/otel-collector.yaml
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
1919 "
2020
2121 otel-collector :
22- image : otel/opentelemetry-collector:0.136 .0@sha256:98fd3b410ae8a939be9588f1580c4b7c3da6ebba49f5363df4259a827aabb779
22+ image : otel/opentelemetry-collector:0.137 .0@sha256:089a8b3c81d328a190f6f0740b30c15b0c7f1f2cfeadeb810355574d5158b31c
2323 volumes :
2424 - ./test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/IntegrationTest:/cfg
2525 command : --config=/cfg/otel-collector-config.yaml
You can’t perform that action at this time.
0 commit comments