appinsights-instrumentation
仓库创建 2025年6月12日最近提交 7 小时前SkillHot 收录 20 天前
▸ 精选理由
快速完成 Azure 观测埋点,适合使用 AppInsights 的项目。
▸ 风险提示
需要 Azure 订阅与凭据及对应用源代码/配置的修改权限。
这个 Skill 做什么
为 Web 应用配置 Azure Application Insights 的遥测与埋点。
给你的 Web 应用接上 Azure Application Insights,把请求、错误、性能等遥测数据自动上报,方便查健康状况和定位问题。需要给在 Azure 上托管的 ASP.NET Core 或 Node.js 应用启用监控时用。特点是能快速埋点、自动收集常见指标,改动少便于上线。
▸ 展开 SKILL.md 英文原文
Instrument a webapp to send useful telemetry data to Azure App Insights
3.7w
Stars
4.6k
Forks
40
仓库内 Skill
+837
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/awesome-copilot/main/skills/appinsights-instrumentation/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/appinsights-instrumentation/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AppInsights instrumentation This skill enables sending telemetry data of a webapp to Azure App Insights for better observability of the app's health. ## When to use this skill Use this skill when the user wants to enable telemetry for their webapp. ## Prerequisites The app in the workspace must be one of these kinds - An ASP.NET Core app hosted in Azure - A Node.js app hosted in Azure ## Guidelines ### Collect context information Find out the (programming language, application framework, hosting) tuple of the application the user is trying to add telemetry support in. This determines how the application can be instrumented. Read the source code to make an educated guess. Confirm w
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有