| Package | Description |
|---|---|
| com.avioconsulting.mule.opentelemetry.internal.connection | |
| com.avioconsulting.mule.opentelemetry.internal.store |
| Modifier and Type | Method and Description |
|---|---|
TransactionMeta |
OpenTelemetryConnection.endTransaction(TraceComponent traceComponent,
Exception exception) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpanMeta
Get Span metadata information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessorSpan |
class |
Transaction |
| Modifier and Type | Method and Description |
|---|---|
TransactionMeta |
InMemoryTransactionStore.endTransaction(String transactionId,
String flowName,
Consumer<io.opentelemetry.api.trace.Span> spanUpdater,
Instant endTime) |
TransactionMeta |
TransactionStore.endTransaction(String transactionId,
String rootFlowName,
Consumer<io.opentelemetry.api.trace.Span> spanUpdater,
Instant endTime)
End a transaction at given end time.
|
Copyright © 2024 AVIO Consulting. All rights reserved.