public interface InitialExportInfo
InternalSpan.EventTracer.startComponentSpan(Event, InitialSpanInfo)| Modifier and Type | Field and Description |
|---|---|
static InitialExportInfo |
DEFAULT_EXPORT_SPAN_CUSTOMIZATION_INFO |
static InitialExportInfo |
NO_EXPORTABLE_DEFAULT_EXPORT_SPAN_CUSTOMIZATION_INFO |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isExportable() |
default Set<String> |
noExportUntil()
Indicates that no children will be exported till a span is found with the names returned.
|
static final InitialExportInfo DEFAULT_EXPORT_SPAN_CUSTOMIZATION_INFO
static final InitialExportInfo NO_EXPORTABLE_DEFAULT_EXPORT_SPAN_CUSTOMIZATION_INFO
default boolean isExportable()
default Set<String> noExportUntil()
For example: in case noExportUntil returns "execute-next", no children will be exported till an execute-next span.
------------- span (exported) --------------------------------------------------------- |___ logger (not exported) ____ |___ scope (not exported) |___ execute-next (exported) |__ flow (exported)
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.