Skip to content

Commit 1456d90

Browse files
committed
At workaround explanation
1 parent 7bec332 commit 1456d90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/cosmos-db/monitor-server-side-latency.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ You can also group the metrics by using the **Apply splitting** option.
6262

6363
> [!NOTE]
6464
> Requests coming into Azure Cosmos DB don’t always target a container. For example, you could create a database inside a globally distributed account and the request will still be recorded for the server-side latency metric. The request is recorded because it does take time to create a database resource, but it does not target a container. If you see that the value of the `CollectionName` metric is `<empty>`, this means that the target is not a container, but another resource in Azure Cosmos DB.
65+
>
66+
> As a workaround, you can proactively filter your metrics to a specific container (CollectionName) to exclude requests that aren't specific to the container that's the subject of your query.
6567
6668
## Next steps
6769

0 commit comments

Comments
 (0)