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 Integerget(M method)Returns null if there's no configured sample rate (in traces per second) of this method
-