Class ActionTypeAndNameSpanBuilderProvider

    • Constructor Detail

      • ActionTypeAndNameSpanBuilderProvider

        public ActionTypeAndNameSpanBuilderProvider()
    • Method Detail

      • getSpanName

        protected java.lang.String getSpanName​(SpanCreationContext context)
        Generates the name of the span given the span context.
        Parameters:
        context - Span creation context
        Returns:
        The span name
      • getSpanTags

        protected java.util.Map<java.lang.String,​java.lang.String> getSpanTags​(SpanCreationContext context)
        Generates tags for the span given the span creation context
        Parameters:
        context - The span creation context
        Returns:
        The map of tags for the span