What's new from Grafana Labs

What's new from Grafana Labs

Grafana Labs products, projects, and features can go through multiple release stages before becoming generally available. These stages in the release life cycle can present varying degrees of stability and support. For more information, refer to release life cycle for Grafana Labs.

RSS
What's new from Grafana Labs
Loading...
Loading...

Screenshot thumbnails for browser checks in Synthetic Monitoring Timepoint Explorer

Grafana Cloud Available in private preview Synthetic Monitoring
Release date: 2026-05-19

When debugging browser check failures like “timeout waiting for a selector”, you previously had to rely on text logs alone to understand what the browser rendered. Now, with screenshot thumbnails in the Timepoint Explorer and ad-hoc test panel, you can see exactly what the page looked like at the moment the check ran.


Grafana Documentation now ships as Markdown

Grafana Cloud Generally Available AI
Release date: 2026-05-15

AI coding assistants and LLM workflows work best when they can pull in clean, structured context—but until now, getting Grafana documentation into your prompt meant scraping HTML and stripping out navigation, headers, and styling. No more.


Enhanced metrics for AWS with Cloud Provider Observability

Grafana Cloud Generally Available Infrastructure Observability Cloud Provider Observability
Release date: 2026-05-13

Cloud Provider Observability now supports enhanced metrics, enabling you to monitor important service insights that aren’t available directly in CloudWatch. New derived metrics for such services as AWS Lambda, DynamoDB, RDS, and ElastiCache provide deeper visibility into resource capacity, usage, and limits—helping you build more informative dashboards and alerts.


Cost Attribution for Performance Testing

Grafana Cloud Generally Available K6 Cost management
Release date: 2026-05-13

The Cost Management and Billing app now supports Cost Attribution for Performance Testing!

You can break down Virtual User Hour (VUH) consumption using labels assigned to your k6 projects. This makes it easier to understand and allocate performance testing costs across teams, departments, environments, services, or any other dimension that matters to your organization.


PDC Agent: Native Go SSH Support

Grafana Cloud Generally Available
Release date: 2026-05-12

The PDC agent now supports a native Go SSH mode, enabled with the -use-gossh flag. This replaces the agent’s reliance on an external OpenSSH process with a direct SSH implementation via Go’s golang.org/x/crypto/ssh library, and brings several improvements:


Flexible grouping rules and field overrides for nested tables

Grafana Cloud Available in public preview Open source Enterprise Available in public preview Dashboards and visualizations
Release date: 2026-05-10

The table visualization’s nested rows feature has gotten some significant upgrades: a redesigned editor for the Group to nested tables transformation and the ability to apply field overrides to fields inside nested sub-tables.


Series visibility through time series legends

Grafana Cloud General availability Open source Enterprise General availability Dashboards and visualizations
Release date: 2026-05-08

When a time series panel renders a long list of series, finding the ones you care about often means editing the query or scanning a crowded legend. The new Series visibility filter in the time series visualization lets you narrow visible series interactively— by name, by label, or both— without touching the underlying query.


Get push notifications for incident changes on the Grafana IRM mobile app

Grafana Cloud Generally Available IRM
Release date: 2026-05-06

When an incident escalates, every minute matters, and you’re not always at your laptop. The Grafana IRM mobile app already keeps you on top of alerts, schedules, and shift swaps. Now it also notifies you the moment an incident you’re responding to changes.

When you have a role on an incident, you get a push notification when its severity changes (for example, Minor → Critical), its status changes (for example, Investigating → Resolved), or someone posts a status update. Tap the notification to open the incident in the IRM mobile app.


AI-powered query troubleshooting in Database Observability

Grafana Cloud Generally Available AI
Release date: 2026-05-06

Diagnose slow queries faster with the new Grafana Assistant integration for Database Observability. Instead of manually correlating metrics, wait events, and execution plans, click a button to get a diagnosis grounded in your live Prometheus and Loki data — including specific fix recommendations like index changes or query rewrites tailored to your actual schema and database engine.


Alerting: Grafana-Managed Alerting is the default in new stacks

Grafana Cloud Generally Available Alerting
Release date: 2026-05-06

New Grafana Cloud stacks now use Grafana-Managed Alerting (GMA) by default — Datasource-Managed Alerting (DMA) is no longer provisioned in new stacks.

Scope: New stacks only. Existing stacks and existing DMA rules are unaffected. This is a provisioning-time change, not a migration.


What's new: RBAC behavior changes with Grafana 13

Grafana Cloud Generally Available Enterprise Generally Available Breaking change
Release date: 2026-05-05

Grafana 13 tightens RBAC enforcement for custom roles, Terraform-managed roles, and role provisioning. Most users aren’t affected. If you maintain custom RBAC roles, especially roles with data source permissions scoped to specific UIDs, or roles using legacy annotation scopes, review your role definitions now to prevent errors.


Time series to table transformation is now generally available

Grafana Cloud Generally Available Open source Enterprise Generally Available Dashboards and visualizations
Release date: 2026-04-29

The Time series to table transformation is now generally available. Convert time series query results into table rows containing a trend field, then display them as sparklines with the sparkline cell type—useful for building compact at-a-glance overviews across many series.


Normalize span names with Adaptive Traces semantic conventions

Grafana Cloud Available in public preview Adaptive Telemetry Traces Metrics
Release date: 2026-04-29

Adaptive Traces can now normalize span names to follow OpenTelemetry semantic conventions during ingestion, collapsing high-cardinality names like /api/users/7f3a into stable forms like GET /api/users/{id}. Span metrics aggregate under stable route names, dashboards show meaningful operations, and TraceQL queries match consistently across services regardless of how each team labeled its spans. The original name is preserved as grafana.original_span_name so you can still drill down to a specific request.