Interface SpanContextSupplier

    • Method Detail

      • getTraceId

        String getTraceId()
        Returns:
        the current trace id, or null if this call is not happening within a span context.
      • getSpanId

        String getSpanId()
        Returns:
        the current span id, or null if this call is not happening within a span context.