| Modifier and Type | Method and Description |
|---|---|
default TraceComponent |
ProcessorComponent.getSourceEndTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification,
TraceContextHandler traceContextHandler)
For flows with a source component, this method can allow processor components
to build source specific traces.
|
default TraceComponent |
ProcessorComponent.getSourceStartTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification,
TraceContextHandler traceContextHandler)
If a message processor has a source variation, then this implementation can
do more processing of a component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenTelemetryConnection |
| Modifier and Type | Method and Description |
|---|---|
TraceComponent |
HttpProcessorComponent.getSourceEndTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification,
TraceContextHandler traceContextHandler) |
TraceComponent |
FlowProcessorComponent.getSourceEndTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification,
TraceContextHandler traceContextHandler) |
TraceComponent |
AnypointMQProcessorComponent.getSourceEndTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification,
TraceContextHandler traceContextHandler) |
TraceComponent |
HttpProcessorComponent.getSourceStartTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification,
TraceContextHandler traceContextHandler) |
TraceComponent |
FlowProcessorComponent.getSourceStartTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification,
TraceContextHandler traceContextHandler) |
TraceComponent |
AnypointMQProcessorComponent.getSourceStartTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification,
TraceContextHandler traceContextHandler) |
Copyright © 2024 AVIO Consulting. All rights reserved.