grafana-dashboards

Creates Grafana monitoring dashboards with PromQL queries, templating, and alerts.

6|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric --skill grafana-dashboards-fgarofalo56
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grafana-dashboards
Source: https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric/tree/main/.github/skills/grafana-dashboards
Command: npx skills add https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric --skill grafana-dashboards-fgarofalo56

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you create effective monitoring and observability dashboards to visualize key metrics, enabling proactive issue detection and performance analysis.

Core Features & Use Cases

  • Dashboard Creation: Design dashboards using various panel types (timeseries, stat, gauge, table).
  • Querying: Write PromQL queries to fetch data from sources like Prometheus.
  • Templating & Alerting: Implement dynamic dashboards with variables and set up alerts for critical conditions.
  • Use Case: Monitor your web application's performance by creating a dashboard that displays request rates, error percentages, and average latency, with alerts configured to notify you if the error rate exceeds 5%.

Quick Start

Use the grafana-dashboards skill to create a new dashboard with a timeseries panel showing request rates.

Frequently Asked Questions about grafana-dashboards

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

FAQPage Schema
How do I create a Grafana dashboard to monitor web application performance?

Build a Grafana dashboard to monitor web application performance by selecting panel types like timeseries or stat, then writing PromQL queries to fetch request rates and latency metrics from Prometheus data sources.

What is PromQL used for in Grafana observability dashboards?

PromQL is used in Grafana observability dashboards to query time-series metrics from data sources like Prometheus, enabling the visualization of system performance data across various panel types.

How do I set up alerting rules for high error rates in Grafana?

Set up alerting rules for high error rates in Grafana by configuring alert conditions within your dashboard panels, triggering notifications when PromQL queries detect an error rate exceeding 5%.

Can I use templating to build dynamic Grafana dashboards?

You can use templating to build dynamic Grafana dashboards by implementing variables, allowing panels to filter and display changing metric data dynamically based on selected variable values.

What are the different panel types available for visualizing metrics in Grafana?

Panel types available for visualizing metrics in Grafana include timeseries for trend lines, stat for single values, gauge for ranges, and table for structured data, enabling diverse observability views.