Rename TestImage.OPENTELEMETRY to OTEL_COLLECTOR

Closes gh-47956
This commit is contained in:
Moritz Halbritter
2025-11-05 12:19:29 +01:00
parent 7e5897066c
commit fd7f5c5abc
7 changed files with 11 additions and 10 deletions
@@ -214,9 +214,10 @@ public enum TestImage {
.withStartupTimeout(Duration.ofMinutes(2))),
/**
* A container image suitable for testing Opentelemetry.
* A container image suitable for testing OpenTelemetry using the OpenTelemetry
* collector.
*/
OPENTELEMETRY("otel/opentelemetry-collector-contrib", "0.75.0"),
OTEL_COLLECTOR("otel/opentelemetry-collector-contrib", "0.75.0"),
/**
* A container image suitable for testing Postgres.