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
Copy file name to clipboardExpand all lines: docs/content/diagnostics/metrics.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ Name | Type | Unit | Description
34
34
--- | --- | --- | ---
35
35
`db.client.connections.usage` | UpDownCounter | `{connection}` | The number of connections that are currently in the state described by the state tag.
36
36
`db.client.connections.pending_requests` | UpDownCounter | `{request}` | The number of pending requests for an open connection, cumulative for the entire pool.
37
+
`db.client.connections.timeouts` | Counter | `{timeout}` | The number of connection timeouts that have occurred trying to obtain a connection from the pool.
37
38
`db.client.connections.create_time` | Histogram | `s` | The time it took to create a new connection.
38
39
`db.client.connections.use_time` | Histogram | `s` | The time between borrowing a connection and returning it to the pool.
39
40
`db.client.connections.wait_time` | Histogram | `s` | The time it took to obtain an open connection from the pool.
0 commit comments