You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hikari provides native Micrometer integration that Boot auto-configures by configuring Hikari with a metrics tracker factory that uses the auto-configured MeterRegistry. At present, this auto-configuration is conditional on a DataSourcePoolMetadataProvider bean, however this isn't necessary as no such bean is required for exposing Hikari's native Micrometer metrics.