Annotation Type HttpServerSampler
-
@Target({FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Inherited @Documented @Qualifier("sleuthHttpServerSampler") public @interface HttpServerSampler
Annotate a serverSamplerFunction.- Since:
- 2.2.0
- See Also:
Qualifier
-
-
Field Detail
-
NAME
static final String NAME
Default name for the Sleuth HTTP server sampler.
-
-