Uses of Class
io.helidon.tracing.config.ComponentTracingConfig
-
Packages that use ComponentTracingConfig Package Description io.helidon.tracing.config Configuration for traced components, spans and logs. -
-
Uses of ComponentTracingConfig in io.helidon.tracing.config
Fields in io.helidon.tracing.config declared as ComponentTracingConfig Modifier and Type Field Description static ComponentTracingConfig
ComponentTracingConfig. DISABLED
Disabled component - all subsequent calls return disabled spans and logs.static ComponentTracingConfig
ComponentTracingConfig. ENABLED
Enabled component - all subsequent calls return enabled spans and logs.Methods in io.helidon.tracing.config that return ComponentTracingConfig Modifier and Type Method Description ComponentTracingConfig
ComponentTracingConfig.Builder. build()
ComponentTracingConfig
TracingConfig. component(String componentName)
Configuration of a traced component.ComponentTracingConfig
TracingConfig. component(String componentName, boolean enabledByDefault)
Configuration of a traced component.static ComponentTracingConfig
ComponentTracingConfig. create(String name, Config config)
Create a new traced component configuration fromConfig
.Methods in io.helidon.tracing.config that return types with arguments of type ComponentTracingConfig Modifier and Type Method Description protected abstract Optional<ComponentTracingConfig>
TracingConfig. getComponent(String componentName)
Configuration of a traced component.Methods in io.helidon.tracing.config with parameters of type ComponentTracingConfig Modifier and Type Method Description TracingConfig.Builder
TracingConfig.Builder. addComponent(ComponentTracingConfig component)
Add a traced component configuration.
-