Class SpanTagger
- java.lang.Object
-
- org.apache.synapse.aspects.flow.statistics.tracing.opentelemetry.management.helpers.SpanTagger
-
public class SpanTagger extends Object
Applies tags to Spans.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setSpanTags(SpanWrapper spanWrapper)
Sets tags to the span which is contained in the provided span wrapper, from information acquired from the given basic statistic data unit.
-
-
-
Method Detail
-
setSpanTags
public static void setSpanTags(SpanWrapper spanWrapper)
Sets tags to the span which is contained in the provided span wrapper, from information acquired from the given basic statistic data unit.- Parameters:
spanWrapper
- Span wrapper that contains the target span.
-
-