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 TracingConfigTracingConfig. DISABLEDTraced conifg that is disabled for all components, spans and logs.static TracingConfigTracingConfig. ENABLEDTraced config that is enabled for all components, spans and logs.Methods in io.helidon.tracing.config that return TracingConfig Modifier and Type Method Description TracingConfigTracingConfig.Builder. build()static TracingConfigTracingConfig. create(Config config)Create new tracing configuration based on the provided config.static TracingConfigTracingConfig. 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 TracingConfigTracingConfig. 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 TracingConfigPathTracingConfig. 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 WebTracingConfigWebTracingConfig. create(TracingConfig configuration)Create a new tracing support base onTracingConfig.WebTracingConfig.BuilderWebTracingConfig.Builder. envConfig(TracingConfig tracingConfig)Use the provided configuration as a default for any request.PathTracingConfig.BuilderPathTracingConfig.Builder. tracingConfig(TracingConfig tracedConfig)Configuration of a traced system to use on this path and possibly method(s).
-