- Home
- Skills
- Jeremylongshore
- Claude Code Plugins Plus Skills
- Creating Apm Dashboards
creating-apm-dashboards_skill
- Python
1.4k
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill jeremylongshore/claude-code-plugins-plus-skills --skill creating-apm-dashboards- SKILL.md4.0 KB
Overview
This skill automates creation of Application Performance Monitoring (APM) dashboards to visualize critical application metrics and accelerate observability setup. It generates platform-specific dashboard configurations and can deploy them to supported targets like Grafana or Datadog. The output is a ready-to-use dashboard configuration that you can review and iterate on.
How this skill works
The skill asks for application context and monitoring goals, then selects relevant components such as golden signals (latency, traffic, errors, saturation), resource utilization, database and cache metrics, and business KPIs. It assembles those components into a dashboard specification, renders configuration files for the chosen platform, and can deploy the configuration when given appropriate access. It validates input, reports missing dependencies or permission issues, and prompts for corrections when inputs are invalid.
When to use it
- You need a new APM dashboard for a service, microservice, or entire application.
- You want a baseline dashboard that tracks golden signals and resource utilization.
- You need platform-specific dashboard config for Grafana, Datadog, or similar tools.
- You want to automate dashboard creation as part of deployment or observability onboarding.
- You want a reproducible dashboard template to iterate on or version-control.
Best practices
- Provide specific service context: endpoints, metrics sources, tags, and SLI/ SLO targets for accurate panels.
- Specify the target monitoring platform early to ensure correct panel types and query syntax.
- Start with core golden signals and one or two business metrics, then iterate to avoid clutter.
- Include useful default time ranges, drill-down links, and alert thresholds during generation.
- Validate generated configs in a staging environment before applying to production.
Example use cases
- Generate a Grafana dashboard that tracks request rate, p95/p99 latency, error rate, CPU and memory for a web app.
- Create a Datadog dashboard focused on golden signals for a microservice with service-level tags and trace-based metrics.
- Scaffold dashboards alongside CI/CD so each deployment includes an updated APM dashboard configuration.
- Produce a baseline monitoring dashboard for a new API that includes database query latency and cache hit rate.
- Iteratively refine an existing dashboard by adding business KPIs and alert rule suggestions.
FAQ
Provide the service name, metric sources (Prometheus, Datadog, etc.), important tags/labels, desired golden signals, and target platform.
Can this skill deploy dashboards automatically?
Yes—if you supply credentials and permissions. Otherwise it produces ready-to-apply configuration files you can deploy manually.
Which platforms are supported?
Commonly supported targets are Grafana and Datadog; the skill can be extended to other platforms with compatible config formats.