What problem does it solve?
It helps you turn observability data into actionable Grafana dashboards by guiding you to author panels, variables, transformations, links, and alerting-ready configurations in a repeatable way.
Core Features & Use Cases
- Dashboard JSON authoring: Build and maintain Grafana dashboard documents with stable
uid, consistent schema settings, time range/refresh, and reusable structure.
- Panel creation and configuration: Add and configure common panel types like timeseries, stat, table, logs, and traces with proper queries, units, and field settings.
- Template variables and interactivity: Create query/constant/datasource variables to filter dashboards by labels and support drilldowns via panel links and dashboard links.
- Transformations for signal shaping: Use client-side transformations (merge, organize, calculate fields, filter-by-value, group/sort/limit) to derive the exact views you need without rewriting PromQL/Loki queries.
- Annotations for context: Overlay deployments and incidents using Prometheus or Loki-backed annotation queries.
Quick Start
Ask the AI to create a Grafana dashboard JSON for your service that includes a templated $job variable, a timeseries error-rate panel with transformations, and a links section for the runbook and drilldown behavior.