grafana-dashboards

Generate Grafana dashboards for visualizing Prometheus metrics.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/tense-i/tslink --skill grafana-dashboards-tense-i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grafana-dashboards
Source: https://github.com/tense-i/tslink/tree/main/skills/grafana-dashboards
Command: npx skills add https://github.com/tense-i/tslink --skill grafana-dashboards-tense-i

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you create and manage production-ready Grafana dashboards for comprehensive system observability, making it easier to monitor applications, infrastructure, and business metrics.

Core Features & Use Cases

  • Metric Visualization: Design effective dashboards to visualize Prometheus metrics, track key performance indicators (KPIs), and implement Service Level Objective (SLO) dashboards.
  • Dashboard Structure: Provides guidance on organizing dashboards using principles like the RED and USE methods, and offers examples for API, infrastructure, and database monitoring.
  • Use Case: You need to build a dashboard to monitor the request rate, error rate, and latency of your microservices. This Skill provides the JSON structure and Prometheus queries to achieve this.

Quick Start

Use the grafana-dashboards skill to create a dashboard for monitoring API request rates and error percentages.

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 visualize Prometheus metrics for microservices?

To visualize Prometheus metrics, generate a Grafana dashboard using the RED method to monitor request rate, error rate, and latency. This approach provides the JSON structure and PromQL queries needed for production-ready microservices observability.

What is the best way to structure Grafana dashboards for infrastructure monitoring?

The best way to structure Grafana dashboards for infrastructure monitoring is by applying the USE method. This organizes panels to display utilization, saturation, and errors, ensuring comprehensive operational observability for your systems.

How do I build an SLO dashboard in Grafana to track error rates?

Build an SLO dashboard in Grafana by designing panels that visualize Prometheus metrics and calculate error percentages against total requests. This tracks key performance indicators and implements operational observability for service level objectives.

Can I use Grafana templating to dynamically filter metrics across multiple microservices?

Yes, you can use Grafana templating to dynamically filter metrics. Effective metric display requires understanding templating and provisioning to create interactive variables that filter Prometheus data across your microservices.

Does generating production-ready Grafana dashboards require manual panel configuration?

Generating production-ready Grafana dashboards does not require manual panel configuration. You can use provisioning to automatically deploy the JSON structure and Prometheus queries for visualizing system and application metrics.