Polish "Refine the handling of OpenTelemetry resource attributes"
See gh-44494
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user