Recent updates of Visual Studio 2015 introduced a new tool for analyzing how your application behaviors over time using the Telemetry data. The Application Insights Trends tool in Visual Studio can analyze the data from the different set of telemetry types, time range and group by them in to different category. You can launch this window form the solution explorer by selecting “Explore Telemetry Trends” option.
Once you have some telemetry data collected you can start analyze the telemetry data by select different set of properties.
You can choose the following
- Telemetry Type
- Time Range
- Group By
The trends windows also categorized the analyzed result for better visualization and you can select the based on different set of values – for an example, successful or failed requests type.
This tool can also be used to find anomalies in your data. Select the anomaly options from the “View Type” dropdown.
Click any of these trend data to navigate to Application Insight search windows for the detailed telemetry data
Related Post : Different ways to launch the Application Insights Search Window in Visual Studio
You can also choose “Application Insights Trends” window from View –> Other Windows.
Hope this helps !
Pingback: Using CodeLens to display the Application Insights Exception Telemetry in Visual Studio
Pingback: Dew Drop - July 5, 2016 (#2280) - Morning Dew
Pingback: Visual Studio – Developer Top Ten for July 8th, 2016 - Dmitry Lyalin
Pingback: “Explore Related Telemetry Trends” in Application Insight Search Window inside Visual Studio