Uses of Interface
io.helidon.webserver.observe.tracing.TracingObserverConfig
Package
Description
Helidon WebServer Tracing Observability Support.
-
Uses of TracingObserverConfig in io.helidon.webserver.observe.tracing
Modifier and TypeClassDescriptionstatic class
TracingObserverConfig.BuilderBase<BUILDER extends TracingObserverConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends TracingObserverConfig> Fluent API builder base forTracingObserver
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionTracingObserverConfig.Builder.buildPrototype()
static TracingObserverConfig
Create a new instance from configuration.TracingObserver.prototype()
Modifier and TypeMethodDescriptionTracingObserverConfig.builder
(TracingObserverConfig instance) Create a new fluent API builder from an existing instance.static TracingObserver
TracingObserver.create
(TracingObserverConfig config) Create a new Tracing observer using the provided configuration.TracingObserverConfig.BuilderBase.from
(TracingObserverConfig prototype) Update this builder from an existing prototype instance.