Module brave
Package brave.sampler
-
Interface Summary Interface Description DeclarativeSampler.RateForMethod<M> -
Class Summary Class Description BoundarySampler This sampler is appropriate for high-traffic instrumentation (ex edge web servers that each receive >100K requests) who provision random trace ids, and make the sampling decision only once.CountingSampler This sampler is appropriate for low-traffic instrumentation (ex servers that each receive <100K requests), or those who do not provision random trace ids.DeclarativeSampler<M> This is an implementation of how to decide whether to trace a request using annotations on a java method.ParameterizedSampler<P> This is an implementation of how to decide whether to trace a request using ordered rules.ParameterizedSampler.Rule<P> RateLimitingSampler The rate-limited sampler allows you to choose an amount of traces to accept on a per-second interval.Sampler Sampler is responsible for deciding if a particular trace should be "sampled", i.e.