Uses of Class
io.helidon.tracing.config.SpanTracingConfig
-
Uses of SpanTracingConfig in io.helidon.tracing.config
Modifier and TypeFieldDescriptionstatic final SpanTracingConfig
SpanTracingConfig.DISABLED
A traced span that is disabled and all logs on it are disabled as well.static final SpanTracingConfig
SpanTracingConfig.ENABLED
A traced span that is inabled and all logs on it are enabled as well.Modifier and TypeMethodDescriptionSpanTracingConfig.Builder.build()
static SpanTracingConfig
Create traced span configuration from aConfig
.Get a traced span configuration for a named span.Get a traced span configuration for a named span.TracingConfig.spanConfig
(String component, String spanName) Return configuration of a specific span.static SpanTracingConfig
TracingConfigUtil.spanConfig
(String component, String spanName) Get the configuration of a single span from currentContext
.static SpanTracingConfig
TracingConfigUtil.spanConfig
(String component, String spanName, boolean defaultEnabled) Get the configuration of a single span from currentContext
.static SpanTracingConfig
TracingConfigUtil.spanConfig
(String component, String spanName, Context context) Get the configuration of a single span from the providedContext
.Modifier and TypeMethodDescriptionprotected abstract Optional
<SpanTracingConfig> Get a traced span configuration for a named span.Modifier and TypeMethodDescriptionComponentTracingConfig.Builder.addSpan
(SpanTracingConfig span) Add a new traced span configuration.