Skip to content

Commit 4d80f76

Browse files
authored
Merge pull request #110932 from kanshiG/patch-75
Fix the text
2 parents e80f8f0 + 21a00da commit 4d80f76

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ ms.date: 04/07/2020
1212

1313
Azure Monitor for Azure Cosmos DB provides a metrics view to monitor your account and create dashboards. The Azure Cosmos DB metrics are collected by default, this feature does not require you to enable or configure anything explicitly. The server-side latency metric is used to view the server-side latency of an operation. Azure Cosmos DB provides SLA of less than 10 ms for point read/write operations with direct connectivity. For point read and write operations, the SLAs are calculated as detailed in the [SLA document](https://azure.microsoft.com/support/legal/sla/cosmos-db/v1_3/).
1414

15-
If you see unusually large latency for point operations such as:
16-
17-
* A get or set operation with partition key and ID in direct mode
15+
If you see unusually high latency for point operation such as A get or set operation with partition key and ID in direct mode
16+
Or
1817
* A read or write operation or
1918
* A query
2019

21-
You can look up the diagnostic log to see the size of data returned. If you see a sustained high latency for query operations, you can look up the diagnostic log for size of data returned, [throughput or RU/s](cosmosdb-monitor-resource-logs.md#diagnostic-queries) used, or the number of such operations in a given period. This way, you can debug the server-side latency issues.
20+
You can look up the diagnostic log to see the size of data returned. If you see a sustained high latency for query operation, you should look up the diagnostic log for higher [throughput or RU/s](cosmosdb-monitor-resource-logs.md#diagnostic-queries) used. Server side latency shows as the name suggests amount of time spent on the backend infrastructure before data was returned to your calling code. It is important to look at this metric to rule out any backend latency issues.
2221

2322
## View the server-side latency metric
2423

0 commit comments

Comments
 (0)