Appinsights Instrumentation

🏢Official
by microsoft · vlatest · Repository

AppInsights Instrumentation monitors your apps’ performance and health, providing valuable insights for DevOps teams to troubleshoot issues quickly.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add microsoft-appinsights-instrumentation npx -- -y @trustedskills/microsoft-appinsights-instrumentation
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "microsoft-appinsights-instrumentation": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/microsoft-appinsights-instrumentation"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The Microsoft App Insights Instrumentation skill enables developers to integrate and configure Application Insights into their applications for monitoring performance, tracking errors, and analyzing user behavior. It provides tools for logging telemetry data, setting up custom metrics, and configuring sampling rates.

When to use it

  • When deploying a new application and needing real-time insights into its performance.
  • When troubleshooting issues in production by examining logs and exceptions.
  • When optimizing application performance based on usage patterns and response times.

Key capabilities

  • Telemetry data collection for requests, dependencies, and exceptions
  • Custom event and metric tracking
  • Sampling configuration to reduce telemetry volume
  • Integration with Azure Monitor for centralized logging and analysis

Example prompts

  • "Instrument my ASP.NET Core application with Application Insights."
  • "Set up custom metrics for user login events in the app."
  • "Configure sampling rate to 10% for production traffic."

Tips & gotchas

  • Ensure your application has proper Azure resources configured before using this skill.
  • Sampling can affect data accuracy, so adjust it carefully based on your needs.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
microsoft
Installs
1.2k

🏢 Official

Published by the company or team that built the technology.