See: Description
| Interface | Description |
|---|---|
| WebFluxTagsContributor |
A contributor of
Tags for WebFlux-based request handling. |
| WebFluxTagsProvider |
Provides
Tags for WebFlux-based request handling. |
| Class | Description |
|---|---|
| DefaultWebFluxTagsProvider |
Default implementation of
WebFluxTagsProvider. |
| MetricsWebFilter |
Intercepts incoming HTTP requests handled by Spring WebFlux handlers and records
metrics about execution time and results.
|
| WebFluxTags |
Factory methods for
Tags associated with a request-response exchange that
is handled by WebFlux. |
| Exception | Description |
|---|---|
| CancelledServerWebExchangeException |
Runtime exception that materializes a
cancel signal for the WebFlux server metrics instrumentation. |