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_SAMPLEDeprecated.Returns false to never start new traces for http requests.static HttpSamplerHttpSampler. TRACE_IDDeprecated.Ignores the request and uses thetrace ID instead.Methods in brave.http that return HttpSampler Modifier and Type Method Description HttpSamplerHttpTracing. clientSampler()Deprecated.Since 5.8, useHttpTracing.clientRequestSampler()HttpSamplerHttpTracing. serverSampler()Deprecated.Since 5.8, useHttpTracing.serverRequestSampler()Methods in brave.http with parameters of type HttpSampler Modifier and Type Method Description HttpTracing.BuilderHttpTracing.Builder. clientSampler(HttpSampler clientSampler)Deprecated.Since 5.8, useHttpTracing.Builder.clientSampler(SamplerFunction)HttpTracing.BuilderHttpTracing.Builder. serverSampler(HttpSampler serverSampler)Deprecated.Since 5.8, useHttpTracing.Builder.serverSampler(SamplerFunction)
-