Hi Howard, Melora,
Welcome to Microsoft Q&A forum.
As I understand, you're encountering an issue with Azure Cosmos DB's autoscale feature, specifically with metrics not returning data when per-partition, per-region scaling is enabled. Here are a few things you can check:
- Ensure that the enablePerRegionPerPartitionAutoscale property is correctly set to true in your Cosmos DB account configuration.
- Sometimes, metrics might not be immediately available due to delays in data processing. Check if the metrics appear after some time.
- Use Azure Monitor to verify if the metrics are being collected correctly. You can set up alerts and dashboards to monitor the autoscale metrics.
- Since per partition per region is enabled, ensure that there are no region-specific issues affecting the reporting of metrics. Check the Azure status page for any ongoing incidents in the relevant regions.
For more information, please refer the documents:
https://learn.microsoft.com/en-us/azure/cosmos-db/provision-throughput-autoscale#monitoring-metrics
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.