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 SummaryNested Classes Modifier and Type Class Description static classTracingConfigurationCoordinates.BuilderTracingConfigurationCoordinatesbuilder.
 
- 
- 
- 
Method Detail- 
scope@NotNull public @NotNull Scope scope() - Returns:
- Scopeof 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.
 
 
- 
 
-