Application Insights Instrumentation

Instrument ASP.NET Core and Node.js apps with Azure Application Insights telemetry.

8|2|Updated Jun 25, 2025
One-click install
npx skills add https://github.com/yldgio/vibe-vscode --skill application-insights-instrumentation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Application Insights Instrumentation
Source: https://github.com/yldgio/vibe-vscode/tree/main/.github/skills/appinsights-instrumentation
Command: npx skills add https://github.com/yldgio/vibe-vscode --skill application-insights-instrumentation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Instrument applications with Azure Application Insights telemetry to enable centralized monitoring, diagnostics, and performance insights across services.

Core Features & Use Cases

  • Instrument ASP.NET Core applications with Application Insights SDK and configure telemetry collection
  • Instrument Node.js applications and track custom events, metrics, and exceptions
  • Centralize monitoring data, set up dependency tracking, and enable live metrics for proactive incidents

Quick Start

Use the SDKs and a connection string to enable telemetry collection in your app with minimal setup.

Frequently Asked Questions about Application Insights Instrumentation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add Application Insights telemetry to an ASP.NET Core application?

To add Application Insights telemetry to an ASP.NET Core application, you install the Application Insights SDK and apply the connection string in your application settings to enable request monitoring and dependency tracking.

Can I track custom events and exceptions in a Node.js app with Azure Application Insights?

Yes, you can track custom events, metrics, and exceptions in a Node.js app by installing the Application Insights SDK and configuring it with your Azure connection string for centralized telemetry collection.

What is needed to configure Application Insights telemetry for cloud and on-premises deployments?

Configuring Application Insights telemetry requires an Azure subscription with an Application Insights resource, the respective SDKs installed, and a connection string or instrumentation key set in your application settings.

Does Application Insights instrumentation support dependency tracking across services?

Yes, Application Insights instrumentation supports dependency tracking across services, enabling you to centralize monitoring data and map interactions between various application components.

How do I enable live metrics for proactive incident monitoring in Azure Application Insights?

You enable live metrics for proactive incident monitoring by instrumenting your application with the Application Insights SDK and configuring the connection string to stream real-time telemetry data to your Azure resource.