Uses of Class
io.helidon.webserver.observe.tracing.PathTracingConfig.Builder
Package
Description
Helidon WebServer Tracing Observability Support.
-
Uses of PathTracingConfig.Builder in io.helidon.webserver.observe.tracing
Modifier 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).Modifier and TypeMethodDescriptionTracingObserverConfig.BuilderBase.addPathConfig
(Consumer<PathTracingConfig.Builder> consumer) Path specific configuration of tracing.