From 3b3e843ce0ee305f099c61582d6bb1e9a70d9948 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 18:19:23 +0000 Subject: [PATCH] docs: document connections metric for datastores --- addons/datastores.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/addons/datastores.mdx b/addons/datastores.mdx index 31ece02..f5fc491 100644 --- a/addons/datastores.mdx +++ b/addons/datastores.mdx @@ -137,6 +137,9 @@ The metrics that are currently displayed are: - CPU utilization - RAM utilization - Storage capacity +- Connections + +The connections metric reports the number of active client connections to the datastore over time, with average, minimum, and maximum values for each interval. For RDS and Aurora instances, this is sourced from the CloudWatch `DatabaseConnections` metric. For Elasticache replication groups, it is sourced from `CurrConnections`. Use it to detect connection-pool exhaustion, spot clients that are leaking connections, and size your application's pool against the datastore's capacity. ---