请参阅: 说明
| 接口 | 说明 |
|---|---|
| WebFluxTagsContributor |
A contributor of
Tags for WebFlux-based request handling. |
| WebFluxTagsProvider |
Provides
Tags for WebFlux-based request handling. |
| 类 | 说明 |
|---|---|
| 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. |
| 异常错误 | 说明 |
|---|---|
| CancelledServerWebExchangeException |
Runtime exception that materializes a
cancel signal for the WebFlux server metrics instrumentation. |