Fähigkeiten grafana-dashboards
📦

grafana-dashboards

Sicher

Build Grafana Monitoring Dashboards

Auch verfĂĽgbar von: wshobson

Monitoring complex systems requires clear visualization of metrics. This skill helps you create production-ready Grafana dashboards that provide actionable insights into infrastructure and application performance.

UnterstĂĽtzt: Claude Codex Code(CC)
🥉 74 Bronze
1

Die Skill-ZIP herunterladen

2

In Claude hochladen

Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen

3

Einschalten und loslegen

Teste es

Verwendung von "grafana-dashboards". Create a stat panel showing total active connections

Erwartetes Ergebnis:

A Stat panel configuration with Prometheus query summing active connection metrics, color thresholds for normal/warning/critical states, and auto-refresh enabled

Verwendung von "grafana-dashboards". Build a heatmap for request latency distribution

Erwartetes Ergebnis:

A Heatmap panel with histogram buckets on the Y-axis, time on X-axis, and color intensity representing request frequency per latency bucket

Sicherheitsaudit

Sicher
v1 • 2/25/2026

Static analysis produced false positives by misinterpreting markdown code block delimiters (```) as shell execution and configuration examples as suspicious patterns. The skill contains only documentation with JSON, YAML, and HCL examples for Grafana dashboard configuration. No actual code execution, network access, or filesystem operations are present.

1
Gescannte Dateien
384
Analysierte Zeilen
0
befunde
1
Gesamtzahl Audits
Keine Sicherheitsprobleme gefunden
Auditiert von: claude

Qualitätsbewertung

38
Architektur
100
Wartbarkeit
87
Inhalt
50
Community
100
Sicherheit
91
Spezifikationskonformität

Was du bauen kannst

DevOps Engineer Building Monitoring Stack

Create comprehensive dashboards for a new Kubernetes cluster, implementing infrastructure monitoring with node metrics, pod status, and resource utilization panels.

SRE Implementing SLO Tracking

Build service reliability dashboards that visualize error budgets, availability metrics, and latency percentiles across microservices.

Developer Adding Application Observability

Design application-specific dashboards showing request rates, error rates, response times, and business KPIs for a new feature.

Probiere diese Prompts

Basic Dashboard Creation
Create a Grafana dashboard JSON configuration for monitoring a REST API with panels for request rate, error rate, and response time percentiles.
Infrastructure Monitoring Setup
Generate a complete infrastructure dashboard using the USE method. Include panels for CPU utilization, memory usage, disk I/O, and network traffic for a Kubernetes cluster.
Alert Configuration
Add alert conditions to a dashboard panel that triggers when error rate exceeds 5% for 5 minutes, with Slack notification configuration.
Dashboard as Code
Generate Terraform configuration to provision Grafana dashboards from JSON files stored in a Git repository, including folder organization and automated updates.

Bewährte Verfahren

  • Organize panels hierarchically: critical metrics at top, trends in middle, detailed data at bottom
  • Use dashboard variables for namespace, service, and environment to enable filtering without duplicating dashboards
  • Set appropriate refresh intervals based on metric criticality - 30 seconds for production, 5 minutes for capacity planning

Vermeiden

  • Avoid overcrowding dashboards - focus on actionable metrics, not data dumping
  • Do not use raw metric queries without rate() or increase() functions for counters
  • Never set alert thresholds without understanding baseline behavior and normal variance

Häufig gestellte Fragen

What data sources does this skill support?
The skill focuses on Prometheus as the primary data source, which is the most common backend for Grafana. Dashboard patterns work with any Prometheus-compatible source including Thanos, Cortex, and Mimir.
Can this skill deploy dashboards to my Grafana instance?
No, this skill generates dashboard JSON configurations and provisioning code. You must deploy the generated configurations using Grafana's API, Terraform, or file-based provisioning.
How do I adapt these dashboards for my specific metrics?
Replace the Prometheus query expressions in the examples with your metric names. The panel structure, thresholds, and visualization settings can be reused with any compatible metrics.
What is the RED method mentioned in the skill?
RED stands for Rate, Errors, and Duration - three key metrics for monitoring services. Rate measures requests per second, Errors tracks failure rate, and Duration measures latency percentiles.
How should I organize dashboards for a microservices architecture?
Create a hierarchy: one overview dashboard per service using RED method, shared infrastructure dashboards for common dependencies, and a top-level business KPI dashboard for leadership visibility.
Can I use these examples with Grafana Cloud?
Yes, all dashboard JSON configurations and panel types work identically in Grafana Cloud. Provisioning differs slightly - use the Grafana Terraform provider or manual upload through the UI.

Entwicklerdetails

Dateistruktur

đź“„ SKILL.md