Annotation Type RpcServerSampler
-
@Target({FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Inherited @Documented @Qualifier("sleuthRpcServerSampler") public @interface RpcServerSampler
Annotate a serverSamplerFunctionthat should be injected toRpcTracing.Builder.serverSampler(SamplerFunction).- Since:
- 2.2.0
- See Also:
Qualifier
-
-
Field Detail
-
NAME
static final String NAME
Default name for RPC server sampler.
-
-