| Package | Description |
|---|---|
| org.mule.runtime.tracer.api | |
| org.mule.runtime.tracer.api.span | |
| org.mule.runtime.tracer.api.span.exporter | |
| org.mule.runtime.tracer.api.span.validation |
| Modifier and Type | Method and Description |
|---|---|
Optional<InternalSpan> |
EventTracer.startComponentSpan(T event,
InitialSpanInfo spanInfo)
Starts a span associated to the as the current context span for the
Event. |
Optional<InternalSpan> |
EventTracer.startComponentSpan(T event,
InitialSpanInfo spanInfo,
Assertion assertion)
Starts a span associated to the as the current context span for the
Event. |
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalSpan.SpanInternalWrapper
A wrapper as InternalSpan for other type of
Span |
| Modifier and Type | Method and Description |
|---|---|
static InternalSpan |
InternalSpan.getAsInternalSpan(org.mule.runtime.api.profiling.tracing.Span span) |
| Modifier and Type | Method and Description |
|---|---|
Optional<InternalSpan> |
SpanAware.getSpan() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpanAware.setSpan(InternalSpan span,
Assertion assertion) |
default void |
InternalSpan.updateChildSpanExporter(InternalSpan childInternalSpan)
Updates the child
InternalSpan. |
| Modifier and Type | Method and Description |
|---|---|
InternalSpan |
SpanExporter.getInternalSpan() |
| Modifier and Type | Method and Description |
|---|---|
void |
Assertion.assertOnSpan(InternalSpan span)
Assertion to perform on the span.
|
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.