We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f168e7 commit e4b0af9Copy full SHA for e4b0af9
aws-xray/src/awsTest/java/io/opentelemetry/contrib/aws/xray/AwsXrayRemoteSamplerIntegrationTest.java
@@ -45,7 +45,7 @@ static boolean hasAwsCredentials() {
45
private static final GenericContainer<?> otelCollector =
46
new GenericContainer<>(
47
DockerImageName.parse(
48
- "otel/opentelemetry-collector-contrib:0.138.0@sha256:4a951ff0a9772f4fa8e9c7a326434370301b98b2b813933468dcb54aa6a6b5e5"))
+ "otel/opentelemetry-collector-contrib:0.139.0@sha256:faf125d656fa47cea568b2f3b4494efd2525083bc75c1e96038bc23f05cd68fd"))
49
.withExposedPorts(13133, 2000)
50
.waitingFor(Wait.forHttp("/").forPort(13133))
51
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("otel-collector")))
0 commit comments