Uses of Class
io.helidon.tracing.config.SpanLogTracingConfig
Packages that use SpanLogTracingConfig
-
Uses of SpanLogTracingConfig in io.helidon.tracing.config
Fields in io.helidon.tracing.config declared as SpanLogTracingConfigModifier and TypeFieldDescriptionstatic final SpanLogTracingConfig
SpanLogTracingConfig.DISABLED
Disabled traced span log.static final SpanLogTracingConfig
SpanLogTracingConfig.ENABLED
Enabled traced span log.Methods in io.helidon.tracing.config that return SpanLogTracingConfigModifier and TypeMethodDescriptionSpanLogTracingConfig.Builder.build()
static SpanLogTracingConfig
Create a new traced span log configuration fromConfig
.final SpanLogTracingConfig
Configuration of a traceable span log.Methods in io.helidon.tracing.config that return types with arguments of type SpanLogTracingConfigModifier and TypeMethodDescriptionprotected abstract Optional
<SpanLogTracingConfig> SpanTracingConfig.getSpanLog
(String name) Configuration of a traced span log.Methods in io.helidon.tracing.config with parameters of type SpanLogTracingConfigModifier and TypeMethodDescriptionSpanTracingConfig.Builder.addSpanLog
(SpanLogTracingConfig spanLogTracingConfig) Add configuration of a traced span log.