Skip to content

Commit 595d5ac

Browse files
authored
Update src/content/docs/hyperdrive/observability/metrics.mdx
1 parent 35713d7 commit 595d5ac

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
@@ -18,7 +18,7 @@ Hyperdrive currently exports the below metrics as part of the `hyperdriveQueries
1818
| Cache Status | `cacheStatus` | Whether the query was cached or not. Can be one of `disabled`, `hit`, `miss`, `uncacheable`, `multiplestatements`, `notaquery`, `oversizedquery`, `oversizedresult`, `parseerror`, `transaction`, and `volatile`. |
1919
| Query Bytes | `queryBytes` | The size of your queries, in bytes. |
2020
| Result Bytes | `resultBytes` | The size of your query *results*, in bytes. |
21-
| Connection Latency | `connectionLatency` | The time (in milliseconds) required to establish new connections from Hyperdrive to your database. |
21+
| Connection Latency | `connectionLatency` | The time (in milliseconds) required to establish new connections from Hyperdrive to your database, as measured from your Hyperdrive connection pool(s). |
2222
| 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

0 commit comments

Comments
 (0)