Module brave
Package brave.sampler

Interface DeclarativeSampler.RateOfMethod<M>

  • Enclosing class:
    DeclarativeSampler<M>

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Integer get​(M method)
      Returns null if there's no configured sample rate (in traces per second) of this method
    • Method Detail

      • get

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