java.lang.Object
io.helidon.tracing.config.Traceable
- Direct Known Subclasses:
- ComponentTracingConfig,- SpanLogTracingConfig,- SpanTracingConfig,- TracingConfig
Tracing configuration that can be enabled or disabled.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
TraceableA new traceable.- Parameters:
- name- name of this traceable unit
 
 
- 
- 
Method Details- 
isEnabledWhether this trace should be executed or not.- Returns:
- trueif span/component should be traced,- falseif it should not,- emptywhen this flag is not explicitly configured
 
- 
nameName of this traceable unit.- Returns:
- name
 
- 
enabledpublic final boolean enabled()Whether this traceable should be executed or not.- Returns:
- trueif span/component should be traced,- falseif it should not
 
 
-