Package brave.sampler

Interface DeclarativeSampler.RateOfMethod<M>

Enclosing class:
DeclarativeSampler<M>

public static interface DeclarativeSampler.RateOfMethod<M>
Since:
5.8
  • Method Summary

    Modifier and Type Method Description
    Integer get​(M method)
    Returns null if there's no configured sample rate (in traces per second) of this method
  • Method Details

    • get

      @Nullable Integer get​(M method)
      Returns null if there's no configured sample rate (in traces per second) of this method