Polish "Add support for Grafana LGTM stack"
See gh-41551
This commit is contained in:
@@ -23,12 +23,12 @@ import org.springframework.boot.testsupport.container.TestImage;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* Integration tests for
|
||||
* {@link OpenTelemetryMetricsDockerComposeConnectionDetailsFactory}.
|
||||
* Integration tests for {@link OpenTelemetryMetricsDockerComposeConnectionDetailsFactory}
|
||||
* using {@link TestImage#GRAFANA_OTEL_LGTM}.
|
||||
*
|
||||
* @author Eddú Meléndez
|
||||
*/
|
||||
class GrafanaOtelMetricsDockerComposeConnectionDetailsFactoryIntegrationTests {
|
||||
class GrafanaOpenTelemetryMetricsDockerComposeConnectionDetailsFactoryIntegrationTests {
|
||||
|
||||
@DockerComposeTest(composeFile = "otlp-compose.yaml", image = TestImage.GRAFANA_OTEL_LGTM)
|
||||
void runCreatesConnectionDetails(OtlpMetricsConnectionDetails connectionDetails) {
|
||||
@@ -23,12 +23,12 @@ import org.springframework.boot.testsupport.container.TestImage;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* Integration tests for
|
||||
* {@link OpenTelemetryTracingDockerComposeConnectionDetailsFactory}.
|
||||
* Integration tests for {@link OpenTelemetryTracingDockerComposeConnectionDetailsFactory}
|
||||
* using {@link TestImage#GRAFANA_OTEL_LGTM}.
|
||||
*
|
||||
* @author Eddú Meléndez
|
||||
*/
|
||||
class GrafanaOtelTracingDockerComposeConnectionDetailsFactoryIntegrationTests {
|
||||
class GrafanaOpenTelemetryTracingDockerComposeConnectionDetailsFactoryIntegrationTests {
|
||||
|
||||
@DockerComposeTest(composeFile = "otlp-compose.yaml", image = TestImage.GRAFANA_OTEL_LGTM)
|
||||
void runCreatesConnectionDetails(OtlpTracingConnectionDetails connectionDetails) {
|
||||
@@ -23,8 +23,8 @@ import org.springframework.boot.testsupport.container.TestImage;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* Integration tests for
|
||||
* {@link OpenTelemetryMetricsDockerComposeConnectionDetailsFactory}.
|
||||
* Integration tests for {@link OpenTelemetryMetricsDockerComposeConnectionDetailsFactory}
|
||||
* using {@link TestImage#OPENTELEMETRY}.
|
||||
*
|
||||
* @author Eddú Meléndez
|
||||
*/
|
||||
|
||||
@@ -23,8 +23,8 @@ import org.springframework.boot.testsupport.container.TestImage;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* Integration tests for
|
||||
* {@link OpenTelemetryTracingDockerComposeConnectionDetailsFactory}.
|
||||
* Integration tests for {@link OpenTelemetryTracingDockerComposeConnectionDetailsFactory}
|
||||
* using {@link TestImage#OPENTELEMETRY}.
|
||||
*
|
||||
* @author Eddú Meléndez
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user