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 974398e commit 3a2ea83Copy full SHA for 3a2ea83
aws-xray/src/awsTest/java/io/opentelemetry/contrib/aws/xray/AwsXrayRemoteSamplerIntegrationTest.java
@@ -41,7 +41,7 @@ class AwsXrayRemoteSamplerIntegrationTest {
41
private static final GenericContainer<?> otelCollector =
42
new GenericContainer<>(
43
DockerImageName.parse(
44
- "otel/opentelemetry-collector-contrib:0.137.0@sha256:886722fe0f37af9d1fe24d29529253ec59fbf263b3b1df4facaf221373e19d23"))
+ "otel/opentelemetry-collector-contrib:0.136.0"))
45
.withExposedPorts(13133, 2000)
46
.waitingFor(Wait.forHttp("/").forPort(13133))
47
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("otel-collector")))
0 commit comments