Azure Monitor - Application Tier Part 3

3 years ago
7

Another area that is tracked is the Application Code. There is detailed monitoring in Azure Monitor with Application Insights, which collects data from the applications running on a variety of platforms. The application can be running in Azure, another cloud or on-premises.

Application data

When you enable Application Insights for an application by installing an instrumentation package, it collects metrics and logs related to the performance and operations of the application. Application Insights stores the data it collects in the same Azure Monitor data platform used by the other data sources. This includes extensive tools for analyzing this data and can also analyze it with data from other sources using tools such as Metrics Explorer and Log Analytics. The Azure Monitor logs stores operations data about your application including page views, application requests, exception and traces. This also includes dependency information between application components to support Application Map and telemetry correlation. There is information regarding the availability tests that test the availability and responsiveness of your application from different locations on the public Internet. .Application Insights also collects metrics describing the performance and operation of the application in addition to custom metrics that you define in your application into the Azure Monitor metrics database. As before we can send the data to an Azure storage account for longer storage of the data. This includes the availability test information and profile trace information. There is also Debug snapshot data that is captured for a subset of exceptions that can be downloaded for additional analysis.

We will discuss this topic and much more in this video.

Loading comments...