Skip to content

Commit 35713d7

Browse files
authored
Update metrics.mdx
1 parent 4f9bcd0 commit 35713d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/hyperdrive/observability/metrics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Hyperdrive currently exports the below metrics as part of the `hyperdriveQueries
1919
| Query Bytes | `queryBytes` | The size of your queries, in bytes. |
2020
| Result Bytes | `resultBytes` | The size of your query *results*, in bytes. |
2121
| 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). |
2323
| Event Status | `eventStatus` | Whether a query responded successfully (`complete`) or failed (`error`). |
2424

2525
Metrics can be queried (and are retained) for the past 31 days.

0 commit comments

Comments
 (0)