| Package | Description |
|---|---|
| org.mule.runtime.tracer.api.context | |
| org.mule.runtime.tracer.api.span | |
| org.mule.runtime.tracer.api.span.error | |
| org.mule.runtime.tracer.api.span.exporter |
| Modifier and Type | Method and Description |
|---|---|
default void |
SpanContext.recordErrorAtSpan(InternalSpanError error) |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalSpan.addError(InternalSpanError error)
Adds to the Span the provided
InternalSpanError. |
void |
InternalSpan.SpanInternalWrapper.addError(InternalSpanError error) |
| Modifier and Type | Method and Description |
|---|---|
static InternalSpanError |
InternalSpanError.getInternalSpanError(org.mule.runtime.api.profiling.tracing.SpanError apiSpanError)
Converts an API
SpanError into an InternalSpanError. |
| Modifier and Type | Method and Description |
|---|---|
default void |
SpanExporter.onError(InternalSpanError error)
Operation to do when an attribute an error occurs.
|
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.