stat

Assemble stat panels and query runners for Grafana Metrics Drilldown.

31|18|Updated Oct 15, 2024
One-click install
npx skills add https://github.com/grafana/metrics-drilldown --skill stat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stat
Source: https://github.com/grafana/metrics-drilldown/tree/main/.claude/skills/generated/stat
Command: npx skills add https://github.com/grafana/metrics-drilldown --skill stat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stat area tooling orchestrates the creation and wiring of stat-based panels and query runners to surface meaningful metric statistics in Grafana Metrics Drilldown, reducing manual setup and debugging effort.

Core Features & Use Cases

  • Build and unify stat-related panels (buildStatPanel, buildStatushistoryPanel, buildHeatmapPanel) to visualize time-series stats, percentiles, and heatmaps.
  • Provide reusable query runners and parameter builders (getStatQueryRunnerParams, getStatushistoryQueryRunnerParams, getPercentilesQueryRunnerParams) to streamline dashboard development.
  • Use Case: rapidly assemble a cohesive statistics view for a selected metric set, including status history and percentile distributions.

Quick Start

Start by wiring buildQueryExpression to stat-related panels to render a live dashboard.

Frequently Asked Questions about stat

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

FAQPage Schema
How do I visualize metric statistics in Grafana Metrics Drilldown?

This tool automates assembling stat panels and wiring query runners to visualize metric statistics in Grafana Metrics Drilldown, reducing manual dashboard setup and debugging effort.

Can I build status history and heatmap panels for time-series stats in Grafana?

Yes, the tool unifies buildStatPanel, buildStatushistoryPanel, and buildHeatmapPanel to render time-series stats, status history, and percentile distributions in Grafana.

How do I streamline query runner setup for Grafana stat panels?

You streamline query runner setup by leveraging reusable parameter builders like getStatQueryRunnerParams and getPercentilesQueryRunnerParams to automate parameter generation for Grafana panels.

What is the best way to assemble a cohesive statistics view for a selected metric set?

The best way is to wire buildQueryExpression to stat-related panels, rapidly rendering a live dashboard with status history and percentile distributions for a selected metric set.

Do I need to manually configure query expressions to render a live stat dashboard?

No, manual configuration is unnecessary. The tool satisfies the execution of buildQueryExpression to ensure end-to-end integration and render a live stat dashboard automatically.