Polish "Refine the handling of OpenTelemetry resource attributes"

See gh-44494
This commit is contained in:
Moritz Halbritter
2025-03-03 09:35:56 +01:00
parent e62d78ab11
commit 272939e45e

View File

@@ -52,6 +52,7 @@ class OpenTelemetryResourceAttributesTests {
@BeforeAll
static void beforeAll() {
long seed = new Random().nextLong();
System.out.println(OpenTelemetryResourceAttributesTests.class.getSimpleName() + " seed: " + seed);
random = new Random(seed);
}