Uses of Class
io.helidon.tracing.config.ComponentTracingConfig
-
Uses of ComponentTracingConfig in io.helidon.tracing.config
Modifier and TypeFieldDescriptionstatic final ComponentTracingConfig
ComponentTracingConfig.DISABLED
Disabled component - all subsequent calls return disabled spans and logs.static final ComponentTracingConfig
ComponentTracingConfig.ENABLED
Enabled component - all subsequent calls return enabled spans and logs.Modifier and TypeMethodDescriptionComponentTracingConfig.Builder.build()
Configuration of a traced component.Configuration of a traced component.static ComponentTracingConfig
Create a new traced component configuration fromConfig
.Modifier and TypeMethodDescriptionprotected abstract Optional
<ComponentTracingConfig> TracingConfig.getComponent
(String componentName) Configuration of a traced component.Modifier and TypeMethodDescriptionTracingConfig.Builder.addComponent
(ComponentTracingConfig component) Add a traced component configuration.