@Barik, Monalisa Thanks for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.
Based on the shared information, I have understood that your try to find the total number of requests to an app service and also the Average execution time per request.
If yes, Azure App Service provides several monitoring options for monitoring resources for availability, performance, and operation. Options such as Diagnostic Settings, Application Insights, Log stream, Metrics, Quotas and alerts, and Activity logs.
Using the Metrics like you can achieve your requirements.
- Requests --> The total number of requests regardless of their resulting HTTP status code.
- Response Time --> The time taken for the app to serve requests, in seconds.
You can refer to this documentation to understand more on different metrics.
All these metrics can be viewed by aggregates on data (ie. average, max, min, etc), instances, time range, and other filters. Metrics can monitor performance, memory, CPU, and other attributes.
You can find these metrics under monitoring section in the portal as shown below.
Feel free to reach back to me if you have any further questions on this,