Uses of Interface
org.apache.ignite.spi.tracing.TracingConfigurationManager
-
Packages that use TracingConfigurationManager Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.managers.tracing org.apache.ignite.internal.processors.tracing org.apache.ignite.internal.processors.tracing.configuration -
-
Uses of TracingConfigurationManager in org.apache.ignite
Methods in org.apache.ignite that return TracingConfigurationManager Modifier and Type Method Description @NotNull TracingConfigurationManagerIgnite. tracingConfiguration()Returns theTracingConfigurationManagerinstance 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. -
Uses of TracingConfigurationManager in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return TracingConfigurationManager Modifier and Type Method Description @NotNull TracingConfigurationManagerIgniteKernal. tracingConfiguration()Returns theTracingConfigurationManagerinstance 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. -
Uses of TracingConfigurationManager in org.apache.ignite.internal.managers.tracing
Methods in org.apache.ignite.internal.managers.tracing that return TracingConfigurationManager Modifier and Type Method Description @NotNull TracingConfigurationManagerGridTracingManager. configuration()Returns theTracingConfigurationManagerinstance 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. -
Uses of TracingConfigurationManager in org.apache.ignite.internal.processors.tracing
Methods in org.apache.ignite.internal.processors.tracing that return TracingConfigurationManager Modifier and Type Method Description @NotNull TracingConfigurationManagerNoopTracing. configuration()Returns theTracingConfigurationManagerinstance 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 TracingConfigurationManagerTracing. configuration()Returns theTracingConfigurationManagerinstance 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. -
Uses of TracingConfigurationManager in org.apache.ignite.internal.processors.tracing.configuration
Classes in org.apache.ignite.internal.processors.tracing.configuration that implement TracingConfigurationManager Modifier and Type Class Description classGridTracingConfigurationManagerTracing configuration manager implementation that uses distributed meta storage in order to store tracing configuration.classNoopTracingConfigurationManagerNoop tracing configuration manager.
-