Interface SpanFromContextRetriever


public interface SpanFromContextRetriever
Provides a URL Pattern for spans that should be not sampled.
Since:
3.0.2
Author:
Marcin Grzejszczak
  • Method Summary

    Modifier and Type
    Method
    Description
    default Span
    findSpan(reactor.util.context.Context context)
     
  • Method Details

    • findSpan

      default Span findSpan(reactor.util.context.Context context)
      Parameters:
      context - - Reactor context
      Returns:
      span or null if no span present