Uses of Class
io.helidon.webserver.observe.tracing.PathTracingConfig.Builder
Packages that use PathTracingConfig.Builder
Package
Description
Helidon WebServer Tracing Observability Support.
-
Uses of PathTracingConfig.Builder in io.helidon.webserver.observe.tracing
Methods in io.helidon.webserver.observe.tracing that return PathTracingConfig.BuilderModifier and TypeMethodDescriptionAdd a new HTTP method to restrict this configuration for.static PathTracingConfig.Builder
PathTracingConfig.builder()
Create a new builder to configure traced path configuration.Update this builder from providedConfig
.HTTP methods to restrict registration of this configuration on web server.Path to register the traced configuration on.PathTracingConfig.Builder.tracingConfig
(TracingConfig tracedConfig) Configuration of a traced system to use on this path and possibly method(s).Method parameters in io.helidon.webserver.observe.tracing with type arguments of type PathTracingConfig.BuilderModifier and TypeMethodDescriptionTracingObserverConfig.BuilderBase.addPathConfig
(Consumer<PathTracingConfig.Builder> consumer) Path specific configuration of tracing.