Thank you for reaching on Microsoft Q&A!
it looks like you're facing a frustrating issue with your Azure DocumentDB (MongoDB vCore) metrics not updating after scaling from M10 to M20. This does seem to align with known problems where the Metrics Publisher or Metrics Agent doesn't re-register with Azure Monitor following a scale-up operation.
- Here’s a step-by-step approach you can take to potentially resolve the issue:
- Check Diagnostic Settings: Ensure that your diagnostic settings are properly configured to collect metrics. You can do this by navigating to your Azure Cosmos DB resource and reviewing the diagnostics options.
- Restart the Instance: Sometimes, a simple restart of the DocumentDB instance can resolve temporary issues with metrics not displaying correctly.
- Monitor Azure Service Health: Check if there are any ongoing issues with Azure services in the Central India region that might be impacting your metrics. Look for service outages or issues in the Azure Status page.
- Validate Permissions: Ensure that there are no permission-related issues that could prevent metrics from being collected or displayed.
- Wait for Recovery: Occasionally, it takes some time for metrics to start updating post-scale. If it's just been a short while since the scaling, monitor the situation for a bit longer.
- Review Resource Utilization: Since the Mongo request duration is still updating, your cluster is likely processing workloads. Keep an eye on various resource utilization metrics, even if they're not currently visible.
- When exactly did you scale from M10 to M20?
- How long after the scale-up did you start noticing the metrics not updating?
- Have you checked the diagnostic settings for any potential misconfigurations?
- Are there any alerts configured for the metrics that might notify you of underlying issues?
- Can you verify if other metrics (apart from Mongo request duration) are still functioning or updating?
Reference documents: