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 61573fbf14 Record server metrics for cancelled connections
Prior to this commit, the Actuator instrumentation for WebFlux servers
would not record metrics in two cases:

* the client disconnects before the response has been sent
* a server timeout is triggered before the response is sent

This commit improves the existing instrumentation to record metrics in
these cases. Since the causes of timeouts/disconnections can vary a lot,
the chosen "outcome" tag for metrics is "UNKNOWN".

Closes gh-23606
4 years ago
..
spring-boot Generalize database initialization detection and include R2DBC 4 years ago
spring-boot-actuator Record server metrics for cancelled connections 4 years ago
spring-boot-actuator-autoconfigure Move DataSource init auto-config out of DataSourceAutoConfiguration 4 years ago
spring-boot-autoconfigure Generalize database initialization detection and include R2DBC 4 years ago
spring-boot-cli Run spring-boot-cli tasks on Java 16 4 years ago
spring-boot-dependencies Merge branch '2.4.x' 4 years ago
spring-boot-devtools Merge branch '2.4.x' 4 years ago
spring-boot-docs Generalize database initialization detection and include R2DBC 4 years ago
spring-boot-parent Merge branch '2.4.x' 4 years ago
spring-boot-properties-migrator Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-starters
spring-boot-test Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-test-autoconfigure Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-tools Merge branch '2.4.x' 4 years ago