Uses of Class
io.helidon.tracing.config.TracingConfig
Package
Description
Configuration for traced components, spans and logs.
Reactive web server API.
-
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
Modifier and TypeMethodDescriptionPathTracingConfig.tracedConfig()
Associated configuration of tracing valid for the configured path and (possibly) methods.Modifier and TypeMethodDescriptionstatic WebTracingConfig
WebTracingConfig.create
(TracingConfig configuration) Create a new tracing support base onTracingConfig
.WebTracingConfig.Builder.envConfig
(TracingConfig tracingConfig) 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).