R2dbcAutoConfiguration does not seem to allow setting metricsRecorder on ConnectionPool and/or ConnectionPoolConfiguration#customizer #40521
Labels
status: duplicate
A duplicate of another issue
I want to enable metrics collection for R2dbc
ConnectionPool
, have checked the code oforg.springframework.boot.autoconfigure.r2dbc.ConnectionFactoryConfigurations.PoolConfiguration
and it looks like neithermetricsRecorder
nor acustomizer
can be auto-configured on aConnectionPoolConfiguration.Builder
used to build aConnectionFactory
.this is per Spring Boot 3.2.5. Can this be addressed? or is there any other recommended way to achieve such effect?
The text was updated successfully, but these errors were encountered: