Class Traceable
java.lang.Object
io.helidon.tracing.config.Traceable
- Direct Known Subclasses:
ComponentTracingConfig, SpanLogTracingConfig, SpanTracingConfig, TracingConfig
Tracing configuration that can be enabled or disabled.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Traceable
-
-
Method Details
-
isEnabled
-
name
-
enabled
public final boolean enabled()Whether this traceable should be executed or not.- Returns:
trueif span/component should be traced,falseif it should not
-