grafana

Query Grafana metrics, manage dashboards, and configure alert rules via API.

7|4|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/koderover/devops-skills --skill grafana-koderover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grafana
Source: https://github.com/koderover/devops-skills/tree/main/grafana
Command: npx skills add https://github.com/koderover/devops-skills --skill grafana-koderover

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually navigating the Grafana UI to manage dashboards, query metrics, and configure alerts is time-consuming and error-prone for DevOps and SRE teams, leading to delayed incident response and inconsistent monitoring setups.

Core Features & Use Cases

  • Dashboard & Data Source Management: Create, retrieve, and configure Grafana dashboards and connected data sources like Prometheus and InfluxDB.
  • Real-Time Metric Querying: Run PromQL queries to pull performance metrics such as QPS, error rates, and resource utilization for production services.
  • Alert Configuration: Set up custom alert rules with thresholds and notification settings to proactively detect service issues. Use case: A platform engineer can use this skill to quickly pull error rate metrics for a microservice and configure a critical alert for 5xx errors exceeding 5% without manually interacting with the Grafana web interface.

Quick Start

Use the grafana skill to retrieve all dashboards related to your production service health and list their panel titles.

Frequently Asked Questions about grafana

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

FAQPage Schema
How do I automate Grafana dashboard management without manual UI interaction?

You can automate Grafana dashboard management by using programmatic API access to create, retrieve, and configure dashboards and connected data sources. This eliminates manual web interface navigation for routine DevOps monitoring tasks.

How do I run PromQL queries to pull microservice performance metrics automatically?

You can run PromQL queries automatically to retrieve real-time performance metrics such as QPS, error rates, and resource utilization for production services. This applies programmatic access to pull metrics without manual UI interaction.

Can I configure Grafana alert rules with custom thresholds and notifications via API?

Yes, you can configure custom alert rules with specific thresholds and notification settings programmatically. This allows you to proactively detect service issues and set up critical alerts for production errors without manual platform interaction.

Does this approach support data source health checks for Prometheus and InfluxDB?

Yes, automating Grafana API interactions supports data source health checks for connected databases like Prometheus and InfluxDB. You can programmatically retrieve and configure data sources to ensure monitoring connectivity.

What is the best way to streamline incident response for production service alerts?

Streamlining incident response involves programmatically querying error rate metrics and configuring critical alert rules for threshold breaches. This eliminates manual UI navigation, reducing delayed responses and inconsistent monitoring setups.