Package org.apache.ignite.spi.tracing
Class TracingConfigurationCoordinates
- java.lang.Object
-
- org.apache.ignite.spi.tracing.TracingConfigurationCoordinates
-
- All Implemented Interfaces:
Serializable
public class TracingConfigurationCoordinates extends Object implements Serializable
Specifies to which traces, specific configuration will be applied. In other words it's a sort of tracing configuration locator.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TracingConfigurationCoordinates.Builder
TracingConfigurationCoordinates
builder.
-
-
-
Method Detail
-
scope
@NotNull public @NotNull Scope scope()
- Returns:
Scope
of a trace's root span to which some specific tracing configuration will be applied.
-
label
@Nullable public @Nullable String label()
- Returns:
- Label of a traced operation, to which some specific tracing configuration will be applied.
-
-