| Package | Description |
|---|---|
| com.avioconsulting.mule.opentelemetry.internal.store |
| Modifier and Type | Method and Description |
|---|---|
static TransactionContext |
TransactionContext.current() |
TransactionContext |
InMemoryTransactionStore.getTransactionContext(String transactionId,
org.mule.runtime.api.component.location.ComponentLocation componentLocation) |
TransactionContext |
TransactionStore.getTransactionContext(String transactionId,
org.mule.runtime.api.component.location.ComponentLocation componentLocation)
Get the
Context of the initiating flow span. |
static TransactionContext |
TransactionContext.of(io.opentelemetry.api.trace.Span span) |
TransactionContext |
TransactionContext.setContext(io.opentelemetry.context.Context context) |
TransactionContext |
TransactionContext.setSpanId(String spanId) |
TransactionContext |
TransactionContext.setSpanIdLong(String spanIdLong) |
TransactionContext |
TransactionContext.setTraceId(String traceId) |
TransactionContext |
TransactionContext.setTraceIdLongLowPart(String traceIdLongLowPart) |
Copyright © 2024 AVIO Consulting. All rights reserved.