You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| replace(toLowerCase(resourceLocation), "", "") as resourceLocation
79
79
| if (!isBlank(resourceLocation), resourceLocation, location) as location
80
80
| if (!isBlank(service_region), service_region, location) as location
81
+
| if (!isBlank(resourceRegion), resourceRegion, location) as location
81
82
| if (isBlank(location), "global", location) as location
82
83
| fields location
83
84
```
@@ -188,6 +189,14 @@ import ViewDashboards from '../../reuse/apps/view-dashboards.md';
188
189
189
190
### Overview
190
191
192
+
The **Azure Cosmos DB - Overview** dashboard provides details about RU (Request Unit) consumption, duration, status code distribution across database and collection.
193
+
194
+
Use this dashboard to:
195
+
* Track data plane request locations for cross region calls.
196
+
* Monitor request units, duration consumed across database and collection.
197
+
* Identify failed requests across database and collection.
The **Azure Cosmos DB - Audit** dashboard provides details about all data plane and control plane operations executed on the account.
213
+
The **Azure Cosmos DB - Audit** dashboard provides details about all control plane operations executed on the account.
206
214
207
215
Use this dashboard to:
216
+
208
217
* Monitor control plane requests which includes modifications to the regional failover policy, indexing policy, IAM role assignments, backup/restore policies, VNet and firewall rules, private links as well as updates, and deletes of the account.
209
218
* Monitor data plane operations executed to create, update, delete, or retrieve data within the account.
219
+
* Use operation name filter to track important events like network settings update, account key rotations, provisioned throughput changes and replication settings update.
0 commit comments