Module brave
Package brave.sampler

Interface DeclarativeSampler.ProbabilityOfMethod<M>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Float get​(M method)
      Returns null if there's no configured sample probability of this method
    • Method Detail

      • get

        @Nullable
        java.lang.Float get​(M method)
        Returns null if there's no configured sample probability of this method