News

Better Alerts for Visual Studio's Application Insights

The tool was entirely rebuilt for better monitoring of applications.

Application Insights, which provides analytics to Windows 8 apps, has a new Alerts page, with enhanced information and more at-a-glance data.

Microsoft's Charles Sterling discussed the new Alerts page on the Application Lifecycle Management blog today. The page, which has been entirely rebuilt, includes "significant back-end service improvements as well," Sterling says.

The front end, though, is what developers will be most interested in. Included in the new UI is trend and current assessments of an application, including how long a problem's existed, where it's located and which process is at fault. The information is listed in descending order of importance, so the most critical issues are at the top.

Some other functions of the Alerts page include:

  • A date range of up to two weeks
  • Filtering by substring from the "from the name of the application, performance metric or availability test name," according to the blog
  • A Details Pane, which opens on the right when an item is clicked on the left
  • Editable alert rules
  • Timeline zooming to drill down on events at certain times
  • Deployment and configuration changes are part of the timeline

Application Insights is part of Visual Studio Online, and came as one of the key features when it was announced Nov. 13, 2013. At the time, S. Somasegar, Corporate VP of the Developer Division, said it gives development teams a "360-degree view of an application's health." An update last February made it available for the offline version of Visual Studio 2013, as an add-in called Application Insights Tools for Visual Studio.

Visual Studio Online is the cloud version of Team Foundation Server, Microsoft's chief development collaboration tool.

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube