Skip to content

Commit deed169

Browse files
chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.144.0 (#2578)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc8e511 commit deed169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-xray/src/awsTest/java/io/opentelemetry/contrib/aws/xray/AwsXrayRemoteSamplerIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static boolean hasAwsCredentials() {
4545
private static final GenericContainer<?> otelCollector =
4646
new GenericContainer<>(
4747
DockerImageName.parse(
48-
"otel/opentelemetry-collector-contrib:0.143.1@sha256:f051aff195ad50ed5ad9d95bcdd51d7258200c937def3797cf830366ed62e034"))
48+
"otel/opentelemetry-collector-contrib:0.144.0@sha256:213886eb6407af91b87fa47551c3632be1a6419ff3a5114ef1e6fc364628496f"))
4949
.withExposedPorts(13133, 2000)
5050
.waitingFor(Wait.forHttp("/").forPort(13133))
5151
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("otel-collector")))

0 commit comments

Comments
 (0)