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: src/content/docs/hyperdrive/observability/metrics.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Hyperdrive currently exports the below metrics as part of the `hyperdriveQueries
19
19
| Query Bytes |`queryBytes`| The size of your queries, in bytes. |
20
20
| Result Bytes |`resultBytes`| The size of your query *results*, in bytes. |
21
21
| Connection Latency |`connectionLatency`| The time (in milliseconds) required to establish new connections from Hyperdrive to your database. |
22
-
| Query Latency |`queryLatency`| The time (in milliseconds) required to query (and receive results) from your database. |
22
+
| Query Latency |`queryLatency`| The time (in milliseconds) required to query (and receive results) from your database, as measured from your Hyperdrive connection pool(s). |
23
23
| Event Status |`eventStatus`| Whether a query responded successfully (`complete`) or failed (`error`). |
24
24
25
25
Metrics can be queried (and are retained) for the past 31 days.
0 commit comments