| Package | Description |
|---|---|
| com.avioconsulting.mule.opentelemetry.internal.connection | |
| com.avioconsulting.mule.opentelemetry.internal.store |
| Modifier and Type | Method and Description |
|---|---|
SpanMeta |
OpenTelemetryConnection.endProcessorSpan(TraceComponent traceComponent,
org.mule.runtime.api.message.Error error) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessorSpan |
| Modifier and Type | Method and Description |
|---|---|
SpanMeta |
FlowSpan.addProcessorSpan(String containerName,
TraceComponent traceComponent,
io.opentelemetry.api.trace.SpanBuilder spanBuilder)
Add a span created from given
SpanBuilder for the processor
identified at the given location String. |
SpanMeta |
FlowSpan.endProcessorSpan(String location,
Consumer<ProcessorSpan> spanUpdater,
Instant endTime) |
default SpanMeta |
TransactionStore.endProcessorSpan(String transactionId,
String location,
Consumer<ProcessorSpan> spanUpdater)
End an existing span under an existing transaction.
|
SpanMeta |
TransactionStore.endProcessorSpan(String transactionId,
String location,
Consumer<ProcessorSpan> spanUpdater,
Instant endTime)
This overloading allows to end a span at given time.
|
SpanMeta |
InMemoryTransactionStore.endProcessorSpan(String transactionId,
String location,
Consumer<ProcessorSpan> spanUpdater,
Instant endTime) |
Copyright © 2024 AVIO Consulting. All rights reserved.