You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Brian Clozel 3879a7505c Record cancelled client requests in WebClient
Prior to this commit, cancelled client requests (for example as a result
of a `timeout()` reactor operator would not be recorded by Micrometer.

This commit instruments the cancelled signal for outgoing client
requests and assigns a status `CLIENT_ERROR`.
The cancellation can be intentional (triggering a timeout and falling
back on a faster alternative) or considered as an error. The intent
cannot be derived from the signal itself so we're considering it as a
client error.

Closes gh-18444
5 years ago
..
spring-boot Improve Binder performance slightly 5 years ago
spring-boot-actuator Record cancelled client requests in WebClient 5 years ago
spring-boot-actuator-autoconfigure Adapt to Wavefront SDK 2.1 5 years ago
spring-boot-autoconfigure Fix startup failure when WebFlux auto-config is skipped 5 years ago
spring-boot-cli Fix unused parameters 5 years ago
spring-boot-dependencies Start building against Micrometer 1.5.0 snapshots 5 years ago
spring-boot-devtools Merge branch '2.2.x' 5 years ago
spring-boot-docs Merge branch '2.2.x' 5 years ago
spring-boot-parent Upgrade to Testcontainers 1.13.0 5 years ago
spring-boot-properties-migrator Add missing deployed plugin to modules 5 years ago
spring-boot-starters Remove plugin management for exec-maven-plugin 5 years ago
spring-boot-test Polish 5 years ago
spring-boot-test-autoconfigure Make sure @DataR2dbcTest invokes database migration if necessary 5 years ago
spring-boot-tools Add package-info to buildpack.platform.docker.ssl 5 years ago