Skip to content

Commit 9210c6a

Browse files
SUMO-261516 | Apoorv | Add. Partitions dashboard and monitor alerts
1 parent bd206a5 commit 9210c6a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/integrations/microsoft-azure/azure-cosmos-db.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,19 @@ Use this dashboard to:
205205

206206
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-CosmosDB/Azure-Cosmos-DB-Administrative-Operations.png')} alt="Azure Cosmos DB - Administrative Operations dashboard" style={{border: '1px solid gray'}} width="800" />
207207

208+
### Partitions
209+
210+
211+
The **Azure Cosmos DB - Partitions** dashboard provides details about partitions count, throughput and physical partition size by database.
212+
213+
Use this dashboard to:
214+
* Monitor partition size and their throughput throughout the database.
215+
* View partitions allocated to different DB's and collections
216+
* Track partition count and usage.
217+
218+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-CosmosDB/Azure-Cosmos-DB-Partitions.png')} alt="Azure Cosmos DB - Partitions dashboard" style={{border: '1px solid gray'}} width="800" />
219+
220+
208221
## Upgrade/Downgrade the Azure Cosmos DB app (optional)
209222

210223
import AppUpdate from '../../reuse/apps/app-update.md';
@@ -217,6 +230,21 @@ import AppUninstall from '../../reuse/apps/app-uninstall.md';
217230

218231
<AppUninstall/>
219232

233+
## Create monitors for Azure Cosmos DB
234+
235+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
236+
237+
<CreateMonitors/>
238+
239+
### Azure Cosmos DB alerts
240+
241+
These alerts are metrics-based and will work for all Cosmos DB's.
242+
243+
| Alert Name | Description | Alert Condition | Recover Condition |
244+
|:-----------------------------------------------|:-----------------------------------------------------------------------------------------|:----------------|:------------------|
245+
| `Azure Cosmos DB - Availability` | This alert gets triggered when Availability drops below 100% in Azure Cosmos DB. | Count < 100 | Count >= 100 |
246+
| `Azure Cosmos DB - Normalized RU Consumption` | This alert gets triggered when high RU consumption usage is detected in Azure Cosmos DB. | Count >= 90 | Count < 90 |
247+
220248
## Troubleshooting
221249

222250
### HTTP Logs and Metrics Source used by Azure Functions

0 commit comments

Comments
 (0)