Annotation Type HttpClientSampler
@Target({FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Inherited
@Documented
@Qualifier("sleuthHttpClientSampler")
public @interface HttpClientSampler
Annotate a client
SamplerFunction that should be injected to a client sampler.- Since:
- 2.2.0
- See Also:
-
Qualifier
-
Field Summary
Fields
-
Field Details
-
NAME
Default name for Sleuth HTTP client sampler.- See Also:
-