mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Rename TestImage.OPENTELEMETRY to OTEL_COLLECTOR
Closes gh-47956
This commit is contained in:
+3
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user