Uses of Class
brave.http.HttpSampler
-
-
Uses of HttpSampler in brave.http
Subclasses of HttpSampler in brave.http Modifier and Type Class Description classHttpRuleSamplerAssigns sample rates to http routes.Fields in brave.http declared as HttpSampler Modifier and Type Field Description static HttpSamplerHttpSampler. NEVER_SAMPLEReturns false to never start new traces for http requests.static HttpSamplerHttpSampler. TRACE_IDIgnores the request and uses thetrace ID instead.Methods in brave.http that return HttpSampler Modifier and Type Method Description HttpSamplerHttpRuleSampler.Builder. build()HttpSamplerHttpTracing. clientSampler()Returns an overriding sampling decision for a new trace.HttpSamplerHttpTracing. serverSampler()Returns an overriding sampling decision for a new trace.Methods in brave.http with parameters of type HttpSampler Modifier and Type Method Description HttpTracing.BuilderHttpTracing.Builder. clientSampler(HttpSampler clientSampler)HttpTracing.BuilderHttpTracing.Builder. serverSampler(HttpSampler serverSampler)
-