File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/IntegrationTest Expand file tree Collapse file tree 3 files changed +3
-3
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.141 .0@sha256:b54b114431b2aa031c28f590507b4a17daabd59a4d797eb7fddd7988b4d3e3ea
5+ image : otel/opentelemetry-collector:0.142 .0@sha256:27e249dac470545ed31beefc86f9e1dc260a21e85aaa256903a2b6e0393a2d91
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 @@ -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.141 .0@sha256:b54b114431b2aa031c28f590507b4a17daabd59a4d797eb7fddd7988b4d3e3ea
11+ image : otel/opentelemetry-collector:0.142 .0@sha256:27e249dac470545ed31beefc86f9e1dc260a21e85aaa256903a2b6e0393a2d91
1212 command : ["--config=/etc/otel-collector-config.yaml"]
1313 volumes :
1414 - ./otel-collector-config.yaml:/etc/otel-collector-config.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.141 .0@sha256:b54b114431b2aa031c28f590507b4a17daabd59a4d797eb7fddd7988b4d3e3ea
22+ image : otel/opentelemetry-collector:0.142 .0@sha256:27e249dac470545ed31beefc86f9e1dc260a21e85aaa256903a2b6e0393a2d91
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