We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86b6de commit 49facd4Copy full SHA for 49facd4
1 file changed
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.147.0@sha256:e7c92c715f28ff142f3bcaccd4fc5603cf4c71276ef09954a38eb4038500a5a5"))
+ "otel/opentelemetry-collector-contrib:0.148.0@sha256:8164eab2e6bca9c9b0837a8d2f118a6618489008a839db7f9d6510e66be3923c"))
49
.withExposedPorts(13133, 2000)
50
.waitingFor(Wait.forHttp("/").forPort(13133))
51
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("otel-collector")))
0 commit comments