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
fix: Address review comments — restore metric name and add Prometheus scrape test
- Restore gauge name to 'db.connections.total' so Micrometer's Prometheus
naming convention exposes it as 'db_connections_total', preserving
backward compatibility with existing dashboards.
- Add prometheusScrapExposesDbConnectionsTotal() test that uses
PrometheusMeterRegistry to verify the Prometheus scrape output contains
'db_connections_total' as a gauge type.
0 commit comments