We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00674d8 commit 3fb81a3Copy full SHA for 3fb81a3
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.146.1@sha256:f6e429c1052ab50f85a7afa5f7e32f25931697751622b0e1f453d10f79a1df3c"))
+ "otel/opentelemetry-collector-contrib:0.147.0@sha256:e7c92c715f28ff142f3bcaccd4fc5603cf4c71276ef09954a38eb4038500a5a5"))
49
.withExposedPorts(13133, 2000)
50
.waitingFor(Wait.forHttp("/").forPort(13133))
51
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("otel-collector")))
0 commit comments