Uses of Interface
org.apache.ignite.spi.tracing.TracingConfigurationManager
-
Packages that use TracingConfigurationManager Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs. -
-
Uses of TracingConfigurationManager in org.apache.ignite
Methods in org.apache.ignite that return TracingConfigurationManager Modifier and Type Method Description @NotNull TracingConfigurationManager
Ignite. tracingConfiguration()
Returns theTracingConfigurationManager
instance that allows to Configure tracing parameters such as sampling rate for the specific tracing coordinates such as scope and label. Retrieve the most specific tracing parameters for the specified tracing coordinates (scope and label) Restore the tracing parameters for the specified tracing coordinates to the default. List all pairs of tracing configuration coordinates and tracing configuration parameters.@NotNull TracingConfigurationManager
IgniteSpringBean. tracingConfiguration()
Returns theTracingConfigurationManager
instance that allows to Configure tracing parameters such as sampling rate for the specific tracing coordinates such as scope and label. Retrieve the most specific tracing parameters for the specified tracing coordinates (scope and label) Restore the tracing parameters for the specified tracing coordinates to the default. List all pairs of tracing configuration coordinates and tracing configuration parameters.
-