Skip to content

Commit b68a651

Browse files
chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.137.0 (#2356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a176209 commit b68a651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-xray/src/awsTest/java/io/opentelemetry/contrib/aws/xray/AwsXrayRemoteSamplerIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class AwsXrayRemoteSamplerIntegrationTest {
4141
private static final GenericContainer<?> otelCollector =
4242
new GenericContainer<>(
4343
DockerImageName.parse(
44-
"otel/opentelemetry-collector-contrib:0.136.0@sha256:45392d534c1edcc809c2d112394029246bc679d2ae5ea7081414a1fc74f2c621"))
44+
"otel/opentelemetry-collector-contrib:0.137.0@sha256:886722fe0f37af9d1fe24d29529253ec59fbf263b3b1df4facaf221373e19d23"))
4545
.withExposedPorts(13133, 2000)
4646
.waitingFor(Wait.forHttp("/").forPort(13133))
4747
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("otel-collector")))

0 commit comments

Comments
 (0)