Uses of Class
brave.http.HttpRuleSampler.Builder
-
-
Uses of HttpRuleSampler.Builder in brave.http
Methods in brave.http that return HttpRuleSampler.Builder Modifier and Type Method Description HttpRuleSampler.BuilderHttpRuleSampler.Builder. addRule(String method, String path, float rate)Assigns a sample rate to all requests that match the input.static HttpRuleSampler.BuilderHttpRuleSampler. newBuilder()
-