Uses of Class
io.helidon.tracing.config.SpanLogTracingConfig
-
Packages that use SpanLogTracingConfig Package Description io.helidon.tracing.config Configuration for traced components, spans and logs. -
-
Uses of SpanLogTracingConfig in io.helidon.tracing.config
Fields in io.helidon.tracing.config declared as SpanLogTracingConfig Modifier and Type Field Description static SpanLogTracingConfig
SpanLogTracingConfig. DISABLED
Disabled traced span log.static SpanLogTracingConfig
SpanLogTracingConfig. ENABLED
Enabled traced span log.Methods in io.helidon.tracing.config that return SpanLogTracingConfig Modifier and Type Method Description SpanLogTracingConfig
SpanLogTracingConfig.Builder. build()
static SpanLogTracingConfig
SpanLogTracingConfig. create(String name, Config config)
Create a new traced span log configuration fromConfig
.SpanLogTracingConfig
SpanTracingConfig. spanLog(String name)
Configuration of a traceable span log.Methods in io.helidon.tracing.config that return types with arguments of type SpanLogTracingConfig Modifier and Type Method Description protected abstract Optional<SpanLogTracingConfig>
SpanTracingConfig. getSpanLog(String name)
Configuration of a traced span log.Methods in io.helidon.tracing.config with parameters of type SpanLogTracingConfig Modifier and Type Method Description SpanTracingConfig.Builder
SpanTracingConfig.Builder. addSpanLog(SpanLogTracingConfig spanLogTracingConfig)
Add configuration of a traced span log.
-