Polish "Add support for Grafana LGTM stack"
See gh-41551
This commit is contained in:
@@ -101,6 +101,12 @@ public enum TestImage {
|
||||
*/
|
||||
ELASTICSEARCH_8("elasticsearch", "8.6.1"),
|
||||
|
||||
/**
|
||||
* A container image suitable for testing Grafana OTel LGTM.
|
||||
*/
|
||||
GRAFANA_OTEL_LGTM("grafana/otel-lgtm", "0.6.0", () -> LgtmStackContainer.class,
|
||||
(container) -> ((LgtmStackContainer) container).withStartupTimeout(Duration.ofMinutes(2))),
|
||||
|
||||
/**
|
||||
* A container image suitable for testing Confluent's distribution of Kafka.
|
||||
*/
|
||||
@@ -159,12 +165,6 @@ public enum TestImage {
|
||||
*/
|
||||
OPENTELEMETRY("otel/opentelemetry-collector-contrib", "0.75.0"),
|
||||
|
||||
/**
|
||||
* A container image suitable for testing Grafana Otel LGTM.
|
||||
*/
|
||||
GRAFANA_OTEL_LGTM("grafana/otel-lgtm", "0.6.0", () -> LgtmStackContainer.class,
|
||||
(container) -> ((LgtmStackContainer) container).withStartupTimeout(Duration.ofMinutes(2))),
|
||||
|
||||
/**
|
||||
* A container image suitable for testing Postgres.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user