| Package | Description |
|---|---|
| org.mule.runtime.tracer.impl.span.command |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFailsafeSpanVoidCommand
An abstract implementation of
VoidCommand related to InternalSpan |
class |
EventContextAddAttributeCommand
A
VoidCommand that ads a span attribute. |
class |
EventContextAddAttributesCommand
A
VoidCommand that ads span attributes. |
class |
EventContextEndSpanCommand
A
VoidCommand that ends the current InternalSpan. |
class |
EventContextInjectDistributedTraceContextCommand
A
VoidCommand that injects the span context. |
class |
EventContextRecordErrorCommand
A
VoidCommand that records an error
The carrier is the EventContext |
class |
EventContextSetCurrentSpanNameCommand
A
VoidCommand that sets the current span name. |
| Modifier and Type | Method and Description |
|---|---|
static VoidCommand |
EventContextAddAttributeCommand.getEventContextAddSpanAttributeCommandFrom(org.mule.runtime.api.event.EventContext eventContext,
String key,
String value) |
static VoidCommand |
EventContextAddAttributesCommand.getEventContextAddSpanAttributesCommandFrom(org.mule.runtime.api.event.EventContext eventContext,
Map<String,String> attributes) |
static VoidCommand |
EventContextInjectDistributedTraceContextCommand.getEventContextInjectDistributedTraceContextCommand(org.mule.runtime.api.event.EventContext eventContext,
DistributedTraceContextGetter getter) |
static VoidCommand |
EventContextRecordErrorCommand.getEventContextRecordErrorCommand(org.mule.runtime.api.event.EventContext eventContext,
Supplier<org.mule.runtime.api.message.Error> spanErrorSupplier,
boolean isErrorEscapingCurrentSpan,
FlowCallStack flowCallStack) |
static VoidCommand |
EventContextSetCurrentSpanNameCommand.getEventContextSetCurrentSpanNameCommand(org.mule.runtime.api.event.EventContext eventContext,
String name) |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.