Uses of Interface
com.avioconsulting.mule.opentelemetry.api.store.TransactionMeta
-
-
Uses of TransactionMeta in com.avioconsulting.mule.opentelemetry.api.providers
Methods in com.avioconsulting.mule.opentelemetry.api.providers with parameters of type TransactionMeta Modifier and Type Method Description voidOpenTelemetryMetricsProvider. captureFlowMetrics(TransactionMeta transactionMeta, String flowName, Exception exception)This method is called when processing start or end of a Mule flow. -
Uses of TransactionMeta in com.avioconsulting.mule.opentelemetry.api.store
Subinterfaces of TransactionMeta in com.avioconsulting.mule.opentelemetry.api.store Modifier and Type Interface Description interfaceSpanMetaGet Span metadata information.Methods in com.avioconsulting.mule.opentelemetry.api.store that return TransactionMeta Modifier and Type Method Description TransactionMetaTransactionStore. endTransaction(String transactionId, String rootFlowName, Consumer<io.opentelemetry.api.trace.Span> spanUpdater, Instant endTime)End a transaction at given end time. -
Uses of TransactionMeta in com.avioconsulting.mule.opentelemetry.internal.connection
Methods in com.avioconsulting.mule.opentelemetry.internal.connection that return TransactionMeta Modifier and Type Method Description TransactionMetaOpenTelemetryConnection. endTransaction(TraceComponent traceComponent, Exception exception)Methods in com.avioconsulting.mule.opentelemetry.internal.connection with parameters of type TransactionMeta Modifier and Type Method Description voidOpenTelemetryMetricsProviderCollection. captureFlowMetrics(TransactionMeta transactionMeta, String flowName, Exception exception) -
Uses of TransactionMeta in com.avioconsulting.mule.opentelemetry.internal.store
Classes in com.avioconsulting.mule.opentelemetry.internal.store that implement TransactionMeta Modifier and Type Class Description classProcessorSpanclassTransactionMethods in com.avioconsulting.mule.opentelemetry.internal.store that return TransactionMeta Modifier and Type Method Description TransactionMetaInMemoryTransactionStore. endTransaction(String transactionId, String flowName, Consumer<io.opentelemetry.api.trace.Span> spanUpdater, Instant endTime)
-