Skip to content

Commit 272939e

Browse files
committed
Polish "Refine the handling of OpenTelemetry resource attributes"
See spring-projectsgh-44494
1 parent e62d78a commit 272939e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/opentelemetry/OpenTelemetryResourceAttributesTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class OpenTelemetryResourceAttributesTests {
5252
@BeforeAll
5353
static void beforeAll() {
5454
long seed = new Random().nextLong();
55+
System.out.println(OpenTelemetryResourceAttributesTests.class.getSimpleName() + " seed: " + seed);
5556
random = new Random(seed);
5657
}
5758

0 commit comments

Comments
 (0)