Annotation Type RpcClientSampler


@Target({FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Inherited @Documented @Qualifier("sleuthRpcClientSampler") public @interface RpcClientSampler
Annotate a client SamplerFunction that should be injected to RpcTracing.Builder.clientSampler(SamplerFunction).
Since:
2.2.0
See Also:
  • Qualifier
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Default name for RPC client sampler.