Skip to content

Commit

Permalink
[issues-307] - Freeze the opentelemetry-collector-contrib tag to 0.10…
Browse files Browse the repository at this point in the history
…3.1, in order to be aligned with WildFly tests and to avoid breaking changes in latest configuration
  • Loading branch information
fabiobrz authored and marekkopecky committed Oct 30, 2024
1 parent dced660 commit 97a0076
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private String getLocalOtelCollectorConfigYamlAbsolutePath() {

private OpenTelemetryCollectorContainer() {
otelCollector = new Docker.Builder("otel-collector",
"ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:latest")
"ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:0.103.1")
.setContainerReadyCondition(() -> {
try {
new Socket("127.0.0.1", HEALTH_CHECK_PORT).close();
Expand Down

0 comments on commit 97a0076

Please sign in to comment.