Uses of Class
io.helidon.tracing.config.ComponentTracingConfig
Packages that use ComponentTracingConfig
-
Uses of ComponentTracingConfig in io.helidon.tracing.config
Classes in io.helidon.tracing.config that implement interfaces with type arguments of type ComponentTracingConfigModifier and TypeClassDescriptionstatic final classFluent API builder forComponentTracingConfig.Fields in io.helidon.tracing.config declared as ComponentTracingConfigModifier and TypeFieldDescriptionstatic final ComponentTracingConfigComponentTracingConfig.DISABLEDDisabled component - all subsequent calls return disabled spans and logs.static final ComponentTracingConfigComponentTracingConfig.ENABLEDEnabled 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 ComponentTracingConfigCreate 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.