Uses of Class
io.helidon.tracing.config.SpanLogTracingConfig
-
Uses of SpanLogTracingConfig in io.helidon.tracing.config
Modifier and TypeFieldDescriptionstatic final SpanLogTracingConfig
SpanLogTracingConfig.DISABLED
Disabled traced span log.static final SpanLogTracingConfig
SpanLogTracingConfig.ENABLED
Enabled traced span log.Modifier and TypeMethodDescriptionSpanLogTracingConfig.Builder.build()
static SpanLogTracingConfig
Create a new traced span log configuration fromConfig
.final SpanLogTracingConfig
Configuration of a traceable span log.Modifier and TypeMethodDescriptionprotected abstract Optional
<SpanLogTracingConfig> SpanTracingConfig.getSpanLog
(String name) Configuration of a traced span log.Modifier and TypeMethodDescriptionSpanTracingConfig.Builder.addSpanLog
(SpanLogTracingConfig spanLogTracingConfig) Add configuration of a traced span log.