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 3775c0b commit 4f9fb24Copy full SHA for 4f9fb24
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.137.0@sha256:886722fe0f37af9d1fe24d29529253ec59fbf263b3b1df4facaf221373e19d23"))
+ "otel/opentelemetry-collector-contrib:0.138.0@sha256:4a951ff0a9772f4fa8e9c7a326434370301b98b2b813933468dcb54aa6a6b5e5"))
49
.withExposedPorts(13133, 2000)
50
.waitingFor(Wait.forHttp("/").forPort(13133))
51
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("otel-collector")))
0 commit comments