Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,330 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We use Application Insights in our .netcore webapp,Analyzing the API in performance metrics, it was found that some records Cosmosdb queries, while others do not.
It really depends on what you are logging from the application to the app insights configuration. You need to check the code about what you are writing. Another suggestion here is to try out the diagnostics feature of Azure Cosmos DB to log the requests.