An Azure NoSQL database service for app development.
Application ComosDB Dependency experiencing significant slowdown
Starting on November 27th, I observed a significant slowdown in my application's performance.
Upon reviewing my Insights Monitor, I identified a specific dependency that exhibited a significant increase in latency on this day.
The image above illustrates a shift in Cosmos DB's endpoint usage.
Initially, Cosmos DB employed a Query document endpoint directed to domain.brazilsouth.documents.azure.com. However, at a certain point, this endpoint was replaced by a GET request to domain.documents.azure.com. This transition resulted in a significant increase in response time, with each GET request consuming 3.5 seconds compared to the previous 4 milliseconds observed with Query document endpoint.
No changes were made to the application during that period. So, I can't understand why this happened.
Restarting the applications connected to the database did not resolve the performance issue.
I am seeking any information that could shed light on this behavior and help me identify the root cause.