Interface TagListener

  • All Superinterfaces:
    Plugin
    All Known Implementing Classes:
    AutoBaggage

    @API(status=MAINTAINED)
    public interface TagListener
    extends Plugin
    • Method Detail

      • onTag

        default <T> void onTag​(io.opentracing.Tracer.SpanBuilder builder,
                               io.opentracing.tag.Tag<T> tag,
                               T value)
      • onTag

        default <T> void onTag​(io.opentracing.Span span,
                               io.opentracing.tag.Tag<T> tag,
                               T value)