From the course: Modernize Node.js Apps with Azure App Service

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Inspecting your app's metrics

Inspecting your app's metrics

From the course: Modernize Node.js Apps with Azure App Service

Start my 1-month free trial

Inspecting your app's metrics

- [Instructor] In the previous video, we found a way to monitor our applications for internal server errors. In this video, you will learn about the other types of metrics that you can inspect on Azure. We are back in our application's dashboard where we found out about internal server errors in the previous video. But internal server errors aren't the only metrics that Azure can offer. It indeed has even more valuable information regarding your application. For example, we have how many kilobytes or megabytes, depending on your application, came into your App Server and how many came out. For example, at this point in time we had a spike. You have the number of requests and to me, the most important metric for performance is the average response time. For example, at this point in time, the application took 21 seconds to finish. This may be attributed to a user's browser or a bad connection. But if you keep seeing this, it may mean that there's something wrong with your application…

Contents