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
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2023 the original author or authors.
|
||||
* Copyright 2012-2024 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2023 the original author or authors.
|
||||
* Copyright 2012-2024 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
||||
Reference in New Issue
Block a user