“Related Items” in Application Insight Search Window inside Visual Studio

“Related Items” in Application Insight Search Window inside Visual Studio

The recent updates of Visual Studio 2015 brings several improvement for Application Insights tool for Visual Studio. One of such improvement is “quickly see all the telemetry events associated with the event”.  Now, in Application Insight Search Window, additional to the event details we have an option called “Related Items”. This tab contains a pre-defined set of queries to view all related data to the telemetry event the we are  looking at.

image

This feature allow very fast and easy access to the Telemetry information.

Consider an example, you are looking into a “Exception” details in the telemetry events, and you want to check out series of telemetry events 5  minutes before and after this events.  If you want to search such event details manual, you have to first check the time when the exception was logged and then configure the custom search time based on that.

Related Post :  Viewing Exceptions Stack trace in Visual Studio Integrated Application Insights Search

With the “Related Items”, there is already a predefined query “All telemetry 5 minutes before and after this event”.

Below illustration shows how easily we can do it now.

image

This is something you must have already used in Application Insights Portal, now you have it with Integrated Application Insight Search with Visual Studio

image

Hope this helps !

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.