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 control plane metrics instrumentation gaps (#384)
1. Add duckgres_hot_idle_workers gauge — hot-idle workers were
invisible to metrics (not counted by observeWarmPoolLifecycleGauges)
2. Add connections_open to control plane — connectionsGauge was only
incremented in standalone mode (server.go), not in the control
plane's handleConnection. Export Inc/Dec helpers from server pkg.
3. Update org_sessions_active on session create/destroy — was only
updated on admin API pull (AllOrgStats), not on every connection.
Now incremented after CreateSession and decremented in defer after
DestroySession.
4. Add observeOrgSessionsActive stub for non-kubernetes builds.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments