Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Application Insights Tab

Beckylin Orooji edited this page Nov 18, 2015 · 2 revisions

The Application Insights tab in Glimpse shows telemetry gathered by Application Insights. See events, page views, metrics, exception, requests, traces, and dependencies.

To start gathering telemetry from your application you can use the Application Insights API.

###Layout

  1. Time The time the request, event, etc. occurred.
  2. Name The name of the exception, dependency, etc.
  3. Details Depending on the telemetry type there will be details listed here. For example if you have a dependency on a website, the website's url will be listed in details.
  4. Custom properties One great feature of Application Insights is the option to add custom properties. To learn more about how to add custom properties visit our [documentation page] (https://azure.microsoft.com/documentation/articles/app-insights-api-custom-events-metrics/).
  5. Type The Application Insights integration currently supports seven types: events, page views, metrics, exceptions, requests, traces, and dependencies.
  6. Context
Clone this wiki locally