Uses of Class
io.helidon.tracing.config.ComponentTracingConfig
Packages that use ComponentTracingConfig
-
Uses of ComponentTracingConfig in io.helidon.tracing.config
Fields in io.helidon.tracing.config declared as ComponentTracingConfigModifier 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.Methods in io.helidon.tracing.config that return ComponentTracingConfigModifier and TypeMethodDescriptionComponentTracingConfig.Builder.build()
Configuration of a traced component.Configuration of a traced component.static ComponentTracingConfig
Create a new traced component configuration fromConfig
.Methods in io.helidon.tracing.config that return types with arguments of type ComponentTracingConfigModifier and TypeMethodDescriptionprotected abstract Optional<ComponentTracingConfig>
TracingConfig.getComponent
(String componentName) Configuration of a traced component.Methods in io.helidon.tracing.config with parameters of type ComponentTracingConfigModifier and TypeMethodDescriptionTracingConfig.Builder.addComponent
(ComponentTracingConfig component) Add a traced component configuration.