Uses of Class
io.helidon.tracing.config.SpanLogTracingConfig
Packages that use SpanLogTracingConfig
-
Uses of SpanLogTracingConfig in io.helidon.tracing.config
Classes in io.helidon.tracing.config that implement interfaces with type arguments of type SpanLogTracingConfigModifier and TypeClassDescriptionstatic final classA fluent API builder forSpanLogTracingConfig.Fields in io.helidon.tracing.config declared as SpanLogTracingConfigModifier and TypeFieldDescriptionstatic final SpanLogTracingConfigSpanLogTracingConfig.DISABLEDDisabled traced span log.static final SpanLogTracingConfigSpanLogTracingConfig.ENABLEDEnabled traced span log.Methods in io.helidon.tracing.config that return SpanLogTracingConfigModifier and TypeMethodDescriptionSpanLogTracingConfig.Builder.build()static SpanLogTracingConfigCreate a new traced span log configuration from configuration.final SpanLogTracingConfigConfiguration 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.