grafana-dashboards

Automate creation and management of Grafana dashboards for system and application metrics.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/PriyanshKuniyal/gemini-cli-resources --skill grafana-dashboards-priyanshkuniyal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grafana-dashboards
Source: https://github.com/PriyanshKuniyal/gemini-cli-resources/tree/main/extensions/claude-code-workflows/plugins/observability-monitoring/skills/grafana-dashboards
Command: npx skills add https://github.com/PriyanshKuniyal/gemini-cli-resources --skill grafana-dashboards-priyanshkuniyal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Grafana, Prometheus, InfluxDB, Kubernetes, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenge of creating and managing Grafana dashboards, which are essential for visualizing system and application metrics in real-time.

Core Features & Use Cases

  • Dashboard Creation: Generate Grafana dashboards for monitoring applications, infrastructure, and business metrics.
  • API Monitoring: Monitor API performance with metrics like request rate, error rate, and latency.
  • Infrastructure Monitoring: Track CPU, memory, disk I/O, and network traffic.
  • Database Monitoring: Monitor database performance with metrics like query rate, connection pool usage, and latency.
  • Application Monitoring: Monitor application performance with metrics like request rate, error rate, and response time.
  • Use Case: For a software development team, this Skill can be used to create a Grafana dashboard that monitors the performance of their application in production.

Quick Start

Create a new Grafana dashboard for monitoring your application's performance using the grafana-dashboards skill.

Frequently Asked Questions about grafana-dashboards

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

FAQPage Schema
How do I automate Grafana dashboard creation for application metrics?

Automating Grafana dashboard creation involves configuring data sources like Prometheus or InfluxDB to collect application metrics, then generating dashboards to visualize request rates and latency. This skill automates that entire process.

Can I monitor Kubernetes infrastructure metrics like CPU and memory in Grafana?

Yes, you can monitor Kubernetes infrastructure metrics in Grafana by connecting data sources like Prometheus. This enables tracking of CPU usage, memory consumption, disk I/O, and network traffic across your cluster infrastructure.

What data sources do I need to set up Grafana dashboards for API monitoring?

To set up Grafana dashboards for API monitoring, you need data sources like Prometheus or InfluxDB configured to collect metrics. These sources feed API request rates, error rates, and latency data into your dashboard visualization.

What is the best way to visualize database performance metrics like query rate and connection pool usage?

The best way to visualize database performance metrics is by building Grafana dashboards connected to your metric collection source. This allows you to monitor query rates, connection pool usage, and latency in real time.

Does this Grafana dashboard automation work without an existing metrics collection system?

No, this automation requires an existing metrics collection system. You must have Grafana installed alongside data sources like Prometheus or InfluxDB to capture system and application metrics before dashboard creation.