Module io.helidon.tracing.config
Package io.helidon.tracing.config
Configuration for traced components, spans and logs.
- See Also:
TracingConfig
-
Class Summary Class Description ComponentTracingConfig A component is a single "layer" of the application that can trace.ComponentTracingConfig.Builder Fluent API builder forComponentTracingConfig
.SpanLogTracingConfig Configuration of a single log event in a traced span.SpanLogTracingConfig.Builder A fluent API builder forSpanLogTracingConfig
.SpanTracingConfig Configuration of a single traced span.SpanTracingConfig.Builder A fluent API builder forSpanTracingConfig
.Traceable Tracing configuration that can be enabled or disabled.TracingConfig Tracing configuration that contains traced components (such as WebServer, Security) and their traced spans and span logs.TracingConfig.Builder Fluent API builder forTracingConfig
.TracingConfigUtil Utility to get the current tracing configuration.