Interface NormalizingSpan

  • All Superinterfaces:
    io.opentracing.Span
    All Known Subinterfaces:
    ForwardingSpan

    @API(status=EXPERIMENTAL)
    public interface NormalizingSpan
    extends io.opentracing.Span
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default io.opentracing.Span setTag​(String key, boolean value)  
      default io.opentracing.Span setTag​(String key, Number value)  
      default io.opentracing.Span setTag​(String key, String value)  
      • Methods inherited from interface io.opentracing.Span

        context, finish, finish, getBaggageItem, log, log, log, log, setBaggageItem, setOperationName, setTag
    • Method Detail

      • setTag

        default io.opentracing.Span setTag​(String key,
                                           String value)
        Specified by:
        setTag in interface io.opentracing.Span
      • setTag

        default io.opentracing.Span setTag​(String key,
                                           boolean value)
        Specified by:
        setTag in interface io.opentracing.Span
      • setTag

        default io.opentracing.Span setTag​(String key,
                                           Number value)
        Specified by:
        setTag in interface io.opentracing.Span