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...

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 General availability Open source Enterprise General availability 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.


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.


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.


More flexibility for maintenance mode in Grafana IRM

Grafana Cloud Generally Available IRM
Release date: 2026-04-28

Maintenance mode in Grafana IRM now gives you finer control during planned work, with three alert behaviors and any custom end time you need.

When you enable Maintenance mode on an integration, choose how IRM handles incoming alerts:

  • Silence escalations. Alerts stay visible in IRM, but escalation chains pause. Useful when you’re testing templates or troubleshooting an integration.
  • Group alerts. IRM collects every incoming alert into a single maintenance alert group instead of paging individually. Useful for planned windows when you expect a burst of alerts from the same root cause.
  • Disable alerts (new). IRM drops incoming alerts at ingestion. Useful for major infrastructure changes where the noise isn’t actionable.

Alongside the existing presets (1, 3, 6, 12, or 24 hours), you can now set any custom end time, so you can cover multi-day migrations and deploy-aligned windows.

Screenshot of IRM Integration page Maintenance mode drawer, showing Disabled alerts mode with custom timing.


Sample every service fairly with Adaptive Traces volumetric sampling

Grafana Cloud Available in public preview Adaptive Telemetry
Release date: 2026-04-24

Keep every service represented in your traces, even when a few noisy ones produce most of your traffic. Volumetric sampling automatically distributes your sampling budget across services and request types, so low-volume services aren’t crowded out — and you can often lower your overall sampling rate while keeping coverage intact. Learn more in the docs →


Editable working hours for Grafana IRM

Grafana Cloud Generally Available IRM
Release date: 2026-04-23

You can now define custom working hours so teammates can see when you’re available directly from on-call schedules.

We’ve added a Working hours tab to your IRM user settings, so you can customize each day to match your actual schedule. Toggle individual days on or off, set up to three time ranges per day, and copy one day’s configuration to all other active days in one click.

Once enabled, schedule hover cards show whether you’re currently inside or outside your working hours based on your configured availability.

Screenshot of IRM settings with Working hours enabled, showing default hours set to 09:00–17:00.