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
"Cumulative time in seconds waited for successful acquires from the pool that had to wait for a resource to be released or constructed because the pool was empty. Dividing by pgxpool_empty_acquire_total yields the mean slow-path acquire latency, which isolates connection construction and contention from the fast-path (idle conn handover).",
91
+
nil,
92
+
labels,
93
+
),
87
94
idleConnections: prometheus.NewDesc(
88
95
"pgxpool_idle_connections",
89
96
"Number of currently idle connections in the pool.",
0 commit comments