Uses of Class
com.avioconsulting.mule.opentelemetry.internal.store.FlowSpan
-
Packages that use FlowSpan Package Description com.avioconsulting.mule.opentelemetry.internal.store -
-
Uses of FlowSpan in com.avioconsulting.mule.opentelemetry.internal.store
Methods in com.avioconsulting.mule.opentelemetry.internal.store that return FlowSpan Modifier and Type Method Description FlowSpanTransaction. getRootFlowSpan()FlowSpanFlowSpan. setRootSpanName(String rootSpanName)FlowSpanFlowSpan. setTags(Map<String,String> tags)Constructors in com.avioconsulting.mule.opentelemetry.internal.store with parameters of type FlowSpan Constructor Description Transaction(String transactionId, String traceId, String rootFlowName, FlowSpan rootFlowSpan, Instant startTime)
-