-
Notifications
You must be signed in to change notification settings - Fork 41.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No metrics are bound for R2DBC ConnectionPools that have been wrapped #30090
Comments
Something's proxied the |
thank you, i solved this problem
|
That looks like a good workaround. We should be able to do that automatically for you in our metrics auto-configuration. |
Thanks you for your reactivity. |
spring boot 2.6.4, spring data r2dbc and pgsql, prometheus metrics activated,
There is no metric for connection pool.
if i debug ConnectionPoolMetricsAutoConfiguration, i see that
if (connectionFactory instanceof ConnectionPool)
return always false.So no ConnectionPoolMetrics created
The text was updated successfully, but these errors were encountered: