Azure Application Insights monitoring

  • How-to guide
  • 4-min read
  • Published Sep 22, 2020

Dynatrace ingests metrics from Azure Metrics API for Azure Application Insights. You can view metrics for each service instance, split metrics into multiple dimensions, and create custom charts that you can pin to your dashboards.

Prerequisites

  • Dynatrace version 1.203+
  • Environment ActiveGate version 1.198+

Enable monitoring

To learn how to enable service monitoring, see Enable service monitoring.

View service metrics

You can view the service metrics in your Dynatrace environment either on the custom device overview page or on your Dashboards page.

View metrics on the custom device overview page

To access the custom device overview page

  1. Go to Technologies & Processes Classic.
  2. Filter by service name and select the relevant custom device group.
  3. Once you select the custom device group, you're on the custom device group overview page.
  4. The custom device group overview page lists all instances (custom devices) belonging to the group. Select an instance to view the custom device overview page.

View metrics on your dashboard

Once you add a service to monitoring, a preset dashboard for the respective service containing all recommended metrics is automatically created on your Dashboards page. You can look for specific dashboards by filtering by Preset and then by Name.

For existing monitored services, you might need to resave your credentials for the preset dashboard to appear on the Dashboards page. To resave your credentials, go to Settings > Cloud and virtualization > Azure, select the desired Azure instance, then select Save.

You can't make changes on a preset dashboard directly, but you can clone and edit it. To clone a dashboard, open the browse menu () and select Clone.
To remove a dashboard from the dashboards list, you can hide it. To hide a dashboard, open the browse menu () and select Hide.

Hiding a dashboard doesn't affect other users.

Clone hide azure

Insights

Available metrics

NameDescriptionDimensionsUnitRecommended
requests/durationThe time between receiving an HTTP request and finishing sending the responseRequest performance, Result code, Is traffic synthetic, Cloud role instance, Successful request, Cloud role nameMilliSecondApplicable
requests/countThe count of completed HTTP requestsRequest performance, Result code, Is traffic synthetic, Cloud role instance, Successful request, Cloud role nameCountApplicable
requests/failedThe count of failed HTTP requestsRequest performance, Result code, Is traffic synthetic, Cloud role instance, Cloud role nameCountApplicable
availabilityResults/availabilityPercentageThe percentage of successfully completed availability testsTest name, Run location,PercentApplicable
availabilityResults/countThe count of availability testsTest name, Run location, Test resultCount
availabilityResults/durationAvailability test durationTest name, Run location, Test resultMilliSecond
browserTimings/networkDurationThe time between user request and network connectionMilliSecondApplicable
browserTimings/processingDurationThe time between receiving the last byte of a document until the DOM is loadedMilliSecondApplicable
browserTimings/receiveDurationThe receiving response timeMilliSecondApplicable
browserTimings/sendDurationThe send request timeMilliSecondApplicable
browserTimings/totalDurationThe browser page load timeMilliSecond
dependencies/countThe number of dependency callsDependency type, Dependency performance, Successful call, Target of a dependency call, Result code, Is traffic synthetic, Cloud role instance, Cloud role nameCountApplicable
dependencies/durationThe dependency durationDependency type, Dependency performance, Successful call, Target of a dependency call, Result code, Is traffic synthetic, Cloud role instance, Cloud role nameMilliSecond
dependencies/failedThe number of dependency call failuresDependency type, Dependency performance, Target of a dependency call, Result code, Is traffic synthetic, Cloud role instance, Cloud role nameCountApplicable
pageViews/countThe number of page viewsIs traffic synthetic, Cloud role name,CountApplicable
pageViews/durationThe page view load timeIs traffic synthetic, Cloud role nameMilliSecond
performanceCounters/requestExecutionTimeThe HTTP request execution timeCloud role instanceMilliSecond
performanceCounters/requestsInQueueThe HTTP requests in application queueCloud role instanceCount
performanceCounters/requestsPerSecondThe HTTP request rateCloud role instancePerSecondApplicable
performanceCounters/exceptionsPerSecondThe exception rateCloud role instancePerSecond
performanceCounters/processIOBytesPerSecondThe process IO rateCloud role instanceBytePerSecondApplicable
performanceCounters/processCpuPercentageThe processor timeCloud role instancePercentApplicable
performanceCounters/processorCpuPercentageCloud role instancePercentApplicable
performanceCounters/memoryAvailableBytesThe available memoryCloud role instanceByteApplicable
performanceCounters/processPrivateBytesThe process private bytesCloud role instanceByte
requests/rateThe server request rateRequest performance, Result code, Is traffic synthetic, Cloud role instance, Successful request, Cloud role namePerSecondApplicable
exceptions/countThe number of exceptionsCloud role name, Cloud role instance, Device typeCount
exceptions/browserThe browser exceptionsCloud role nameCountApplicable
exceptions/serverThe server exceptionsCloud role name, Cloud role instanceCountApplicable
traces/countThe number of tracesSeverity level, Is traffic synthetic, Cloud role name, Cloud role instanceCount

Limitations

Running the Azure App Service extension at the same time with Azure Application Insights is not supported.

Related tags
Infrastructure Observability