Uses of Class
io.helidon.tracing.config.TracingConfig
Package
Description
Configuration for traced components, spans and logs.
Helidon WebServer Tracing Observability Support.
-
Uses of TracingConfig in io.helidon.tracing.config
Modifier and TypeFieldDescriptionstatic final TracingConfig
TracingConfig.DISABLED
Traced conifg that is disabled for all components, spans and logs.static final TracingConfig
TracingConfig.ENABLED
Traced config that is enabled for all components, spans and logs.Modifier and TypeMethodDescriptionTracingConfig.Builder.build()
static TracingConfig
Create new tracing configuration based on the provided config.static TracingConfig
TracingConfig.merge
(TracingConfig older, TracingConfig newer) Merge two configurations together.Modifier and TypeMethodDescriptionstatic TracingConfig
TracingConfig.merge
(TracingConfig older, TracingConfig newer) Merge two configurations together. -
Uses of TracingConfig in io.helidon.webserver.observe.tracing
Modifier and TypeMethodDescriptionTracingObserverConfig.BuilderBase.envConfig()
Use the provided configuration as a default for any request.TracingObserverConfig.BuilderBase.TracingObserverConfigImpl.envConfig()
PathTracingConfig.tracedConfig()
Associated configuration of tracing valid for the configured path and (possibly) methods.Modifier and TypeMethodDescriptionTracingObserverConfig.BuilderBase.envConfig
(TracingConfig envConfig) Use the provided configuration as a default for any request.PathTracingConfig.Builder.tracingConfig
(TracingConfig tracedConfig) Configuration of a traced system to use on this path and possibly method(s).Modifier and TypeMethodDescriptionTracingObserverConfig.BuilderBase.envConfig
(Supplier<? extends TracingConfig> supplier) Use the provided configuration as a default for any request.