Uses of Class
io.helidon.tracing.config.TracingConfig
-
Packages that use TracingConfig Package Description io.helidon.tracing.config Configuration for traced components, spans and logs.io.helidon.webserver Reactive web server API. -
-
Uses of TracingConfig in io.helidon.tracing.config
Fields in io.helidon.tracing.config declared as TracingConfig Modifier and Type Field Description static TracingConfig
TracingConfig. DISABLED
Traced conifg that is disabled for all components, spans and logs.static TracingConfig
TracingConfig. ENABLED
Traced config that is enabled for all components, spans and logs.Methods in io.helidon.tracing.config that return TracingConfig Modifier and Type Method Description TracingConfig
TracingConfig.Builder. build()
static TracingConfig
TracingConfig. create(Config config)
Create new tracing configuration based on the provided config.static TracingConfig
TracingConfig. merge(TracingConfig older, TracingConfig newer)
Merge two configurations together.Methods in io.helidon.tracing.config with parameters of type TracingConfig Modifier and Type Method Description static TracingConfig
TracingConfig. merge(TracingConfig older, TracingConfig newer)
Merge two configurations together. -
Uses of TracingConfig in io.helidon.webserver
Methods in io.helidon.webserver that return TracingConfig Modifier and Type Method Description TracingConfig
PathTracingConfig. tracedConfig()
Associated configuration of tracing valid for the configured path and (possibly) methods.Methods in io.helidon.webserver with parameters of type TracingConfig Modifier and Type Method Description static WebTracingConfig
WebTracingConfig. create(TracingConfig configuration)
Create a new tracing support base onTracingConfig
.WebTracingConfig.Builder
WebTracingConfig.Builder. envConfig(TracingConfig tracingConfig)
Use the provided configuration as a default for any request.PathTracingConfig.Builder
PathTracingConfig.Builder. tracingConfig(TracingConfig tracedConfig)
Configuration of a traced system to use on this path and possibly method(s).
-