public class TracingConfigurationCoordinates extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TracingConfigurationCoordinates.Builder
TracingConfigurationCoordinates builder. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
@Nullable String |
label() |
Scope |
scope() |
String |
toString() |
TracingConfigurationCoordinates |
withLabel(@Nullable String label)
Since most of the time we can expect nullable labels (or labels with same value)
we can reuse existing coordinates instances.
|
public Scope scope()
Scope
of a trace's root span to which some specific tracing configuration will be applied.@Nullable public @Nullable String label()
public TracingConfigurationCoordinates withLabel(@Nullable @Nullable String label)
label
- Label.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024