From cd3dbbae418acf5fc3a1d7fa9d073c90ef187753 Mon Sep 17 00:00:00 2001 From: Sourabh Jain Date: Wed, 16 Oct 2024 22:21:41 +0530 Subject: [PATCH] Update docs/database/cosmosdb.md Co-authored-by: Justine Cocchi --- docs/database/cosmosdb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/database/cosmosdb.md b/docs/database/cosmosdb.md index c4b171d0c3..84b6010f7b 100644 --- a/docs/database/cosmosdb.md +++ b/docs/database/cosmosdb.md @@ -392,7 +392,7 @@ and SHOULD be provided **at span creation time** (if provided at all): This metric is [required][MetricRequired]. -It captures the number of active instances at any given time. Best practices dictate that there should ideally be only one instance of the SDK client per process. Having multiple instances of the SDK client can lead to CPU or memory-related issues. +It captures the number of active instances at any given time. Best practices dictate that there should ideally be only one instance of the SDK client per Azure Cosmos DB account. Having multiple instances of the SDK client for the same account in a single process can lead to CPU or memory-related issues.