public interface Span
| Modifier and Type | Method and Description |
|---|---|
SpanDuration |
getDuration() |
Set<SpanError> |
getErrors() |
SpanIdentifier |
getIdentifier() |
String |
getName() |
Span |
getParent() |
boolean |
hasErrors() |
SpanIdentifier getIdentifier()
String getName()
Span. The span name concisely identifies the work represented by the Span. The span name
SHOULD be the most general string that identifies a (statistically) interesting class of Spans, rather than
individual Span instances while still being human-readable.SpanDuration getDuration()
Span.Set<SpanError> getErrors()
Span represents.boolean hasErrors()
Span represents.getErrors()Copyright © 2022 MuleSoft, Inc.. All rights reserved.