apm-dashboard-creator

自动构建面向应用性能监控的可视化看板,覆盖健康状态、响应延迟、请求流量、错误率、资源占用、数据库与缓存性能及业务指标等维度,适配 Grafana、Datadog 等主流平台。

快捷安装

在终端运行此命令,即可一键安装该 Skill 到您的 Claude 中

npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill "apm-dashboard-creator"

Overview

This skill automates the creation of Application Performance Monitoring (APM) dashboards, providing a structured approach to visualizing critical application metrics. By defining key performance indicators and generating dashboard configurations, this skill simplifies the process of monitoring application health and performance.

How It Works

  1. Identify Requirements: Determine the specific metrics and visualizations needed for the APM dashboard based on the user’s request.
  2. Define Dashboard Components: Select relevant components such as golden signals (latency, traffic, errors, saturation), request metrics, resource utilization, database metrics, cache metrics, business metrics, and error tracking.
  3. Generate Configuration: Create the dashboard configuration file based on the selected components and user preferences.
  4. Deploy Dashboard: Deploy the generated configuration to the target monitoring platform (e.g., Grafana, Datadog).

When to Use This Skill

This skill activates when you need to:

  • Create a new APM dashboard for an application.
  • Define key metrics and visualizations for monitoring application performance.
  • Generate dashboard configurations for Grafana, Datadog, or other monitoring platforms.

Examples

Example 1: Creating a Grafana Dashboard

User request: “Create a Grafana dashboard for monitoring my web application’s performance.”

The skill will:

  1. Identify the need for a Grafana dashboard focused on web application performance.
  2. Define dashboard components including request rate, response times, error rates, and resource utilization (CPU, memory).
  3. Generate a Grafana dashboard configuration file with pre-defined visualizations for these metrics.

Example 2: Setting up a Datadog Dashboard

User request: “Set up a Datadog dashboard to track the golden signals for my microservice.”

The skill will:

  1. Identify the need for a Datadog dashboard focused on golden signals.
  2. Define dashboard components including latency, traffic, errors, and saturation metrics.
  3. Generate a Datadog dashboard configuration file with pre-defined visualizations for these metrics.

Best Practices

  • Specificity: Provide detailed information about the application and metrics to be monitored.
  • Platform Selection: Clearly specify the target monitoring platform (Grafana, Datadog, etc.) to ensure compatibility.
  • Iteration: Review and refine the generated dashboard configuration to meet specific monitoring needs.

Integration

This skill can be integrated with other plugins that manage infrastructure or application deployment to automatically create APM dashboards as part of the deployment process. It can also work with alerting plugins to define alert rules based on the metrics displayed in the generated dashboards.