The Azure MongoDB integration collects platform metrics and diagnostic logs from your vCore-based Azure Cosmos DB for MongoDB clusters. Once enabled, the SigNoz agent discovers MongoDB cluster resources in your monitored resource groups and configures telemetry collection.
This integration collects platform metrics for the Microsoft.DocumentDB/mongoClusters resource type — the vCore-based Azure DocumentDB offering with MongoDB compatibility. For RU-based Cosmos DB accounts (including the MongoDB RU API), use the separate Azure Cosmos DB integration.
Getting started
Connect your Azure subscription first. See Azure One-Click Integrations for setup instructions.
Once connected:
- In SigNoz, navigate to Integrations > Microsoft Azure.
- Select MongoDB (DocumentDB) from the left panel.
- Toggle Log Collection and Metric Collection on.

The agent deploys the necessary Event Hubs and diagnostic settings in the background. Data starts flowing within a few minutes. Navigate to Dashboards and open the Azure MongoDB (DocumentDB) Overview dashboard to confirm metrics are appearing.
What's collected
Logs
| Name | Path | Type |
|---|---|---|
| Resource ID | resources.azure.resource.id | string |
Metrics
Each metric is collected with average, maximum, and minimum aggregations where applicable.
| Metric name | Unit | Type |
|---|---|---|
azure_cpupercent_average | Percent | Gauge |
azure_memorypercent_average | Percent | Gauge |
azure_committedmemorypercent_average | Percent | Gauge |
azure_storagepercent_average | Percent | Gauge |
azure_storageused_average | Bytes | Gauge |
azure_autoscaleutilizationpercent_average | Percent | Gauge |
azure_iops_average | Count | Gauge |
azure_networkbytesingress_total | Bytes | Sum |
azure_networkbytesegress_total | Bytes | Sum |
azure_mongorequestdurationms_average | Milliseconds | Gauge |
Dashboards
The integration includes a pre-built Azure MongoDB (DocumentDB) dashboard. Pre-built dashboards are locked and cannot be edited. To customize, use Export JSON from the dashboard menu and import it as a new dashboard.

Key panels include:
- CPU percentage and memory percentage (including committed memory)
- Storage percentage and storage used
- Autoscale utilization percentage
- IOPS
- Network bytes ingress and egress
- Mongo request duration
Next steps
- Create alerts to get notified on CPU/memory saturation, storage exhaustion, or slow request durations
- Build custom dashboards to correlate database metrics with application performance
Get Help
If you need help with the steps in this topic, please reach out to us on SigNoz Community Slack. If you are a SigNoz Cloud user, please use in product chat support located at the bottom right corner of your SigNoz instance or contact us at cloud-support@signoz.io.