| AttributesExtractor<REQUEST,RESPONSE> |
Extractor of Attributes for a given request and response.
|
| ContextCustomizer<REQUEST> |
Customizer of the Context.
|
| EndTimeExtractor<REQUEST,RESPONSE> |
Extractor of the end time of response processing.
|
| ErrorCauseExtractor |
|
| RequestListener |
A listener of the start and end of a request.
|
| RequestMetrics |
|
| SpanKindExtractor<REQUEST> |
Extractor or SpanKind.
|
| SpanLinksBuilder |
A builder that exposes methods for adding links to a span.
|
| SpanLinksExtractor<REQUEST> |
Extractor of span links for a request.
|
| SpanNameExtractor<REQUEST> |
Extractor of the span name for a request.
|
| SpanStatusExtractor<REQUEST,RESPONSE> |
Extractor of StatusCode, which will be called after a request and response is completed
to determine its final status.
|
| StartTimeExtractor<REQUEST> |
Extractor of the start time of request processing.
|