query-app-insights

Query Azure Application Insights telemetry data with KQL for command and extension activity.

1.0k|453|Updated Jun 21, 2017
One-click install
npx skills add https://github.com/forcedotcom/salesforcedx-vscode --skill query-app-insights
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-app-insights
Source: https://github.com/forcedotcom/salesforcedx-vscode/tree/main/.claude/skills/query-app-insights
Command: npx skills add https://github.com/forcedotcom/salesforcedx-vscode --skill query-app-insights

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Azure App Insights telemetry data is large and difficult to interpret; this Skill provides clear querying of command usage, extension activity, and performance metrics.

Core Features & Use Cases

  • Query telemetry with KQL using executor names to map command activity to actual actions
  • Validate credentials and test connectivity to App Insights
  • Interpret results and present actionable insights about command usage and extension performance across environments

Quick Start

Run the queryAppInsights script with a KQL query to retrieve telemetry data from App Insights.

Frequently Asked Questions about query-app-insights

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

FAQPage Schema
How do I query Application Insights telemetry for extension command usage?

You need an APP_INSIGHTS_API_KEY and APP_INSIGHTS_CLIENT_ID to use this Skill, which validates credentials and tests connectivity to App Insights before executing your KQL telemetry queries.

How do I monitor Salesforce DX VS Code extension performance using App Insights?

Query Azure App Insights telemetry data with KQL using executor names to map command activity to actual actions, then interpret the formatted results to present actionable insights about extension performance.

Do I need API credentials to test connectivity to Azure Application Insights?

Yes, you need an APP_INSIGHTS_API_KEY and APP_INSIGHTS_CLIENT_ID to use this Skill, which validates credentials and tests connectivity to App Insights before executing your KQL telemetry queries.

What's the best way to analyze extension telemetry data from Application Insights?

Query Azure App Insights telemetry data with KQL using executor names to map command activity to actual actions, then interpret the formatted results to present actionable insights about extension performance.

Why is my Application Insights telemetry data difficult to interpret?

Application Insights telemetry data is large and difficult to interpret because of its volume and structure, making it hard to extract clear command usage and extension activity insights without targeted KQL querying.