---
title: "What's new in Grafana v12.1 | Grafana documentation"
description: "Feature and improvement highlights for Grafana v12.1"
---

# What’s new in Grafana v12.1

It’s 12.1 time! We’re really excited about GA for a new alert rule page that makes it easier to find what you need quickly, as well as the regression analysis transformation, helping you predict future data values or estimate missing data points that might not be exactly represented in the original dataset. Also, visualization actions now support custom variables. When triggered, actions prompt you to input whatever custom variable was defined, allowing you to tailor requests in real time without modifying dashboard configuration. This is super helpful for when you’re triggering alerts, filtering API calls, or sending user-defined parameters to external systems. And you can try out Grafana Advisor, which automatically detects plugin, data source, and SSO issues, keeping your Grafana instance healthy and secure.

Speaking of security, Grafana now supports Entra Workload Identity, simplifying OAuth and increasing security for instances using Microsoft Azure. Thanks to community contributor [mehighlow](https://github.com/mehighlow) for this feature!

We have one more community contributor to thank for this release. [Chris Hodges](https://github.com/chodges15) delivered server-configurable quick time ranges for dashboards. Now you can define custom time range presets for the time picker on dashboards, perfect for teams that routinely analyze specific, context-driven time windows.

Keep reading to learn about what else we have in store for 12.1.

For even more detail about all the changes in this release, refer to the [changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md). For the specific steps we recommend when you upgrade to v12.1, check out our [Upgrade Guide](/docs/grafana/latest/upgrade-guide/upgrade-v12.1/).

* * *

## Data sources

### [LogicMonitor Enterprise data source for Grafana](/whats-new/2025-06-10-logicmonitor-enterprise-data-source-for-grafana/)

Grafana Cloud Generally Available Enterprise Available in public preview Data sources Plugins

**Introducing LogicMonitor data source plugin.**

The LogicMonitor Devices data source plugin enables you to query and visualize `Device Instance Data`, and to list `Devices`, `Datasources`, and `Instances` directly within Grafana. Available in public preview in Grafana Cloud and all [supported versions](/docs/grafana/latest/upgrade-guide/when-to-upgrade/#what-to-know-about-version-support) of self-managed Grafana Enterprise.

[Read more](/whats-new/2025-06-10-logicmonitor-enterprise-data-source-for-grafana/)

* * *

### [Support for Service Account Impersonation in BigQuery](/whats-new/2025-06-18-support-for-service-account-impersonation-in-bigquery/)

Grafana Cloud Generally Available Open source Generally Available Data sources

For better security, Google advises using Service Account Tokens with [Service Account Impersonation](https://cloud.google.com/iam/docs/service-account-impersonation). If a Service Account Token is ever compromised, it can’t be used to access Google Cloud APIs without the associated service account for impersonation, making it much harder for unauthorized access. This added security layer is now supported in the BigQuery data source configuration.

[Read more](/whats-new/2025-06-18-support-for-service-account-impersonation-in-bigquery/)

* * *

### [Keep instances running smoothly with Grafana Advisor](/whats-new/2025-07-22-keep-instances-running-smoothly-with-grafana-advisor/)

Grafana Cloud Available in public preview Open source Enterprise Available in public preview Plugins

The Grafana Advisor is designed to help Grafana server administrators keep their instances running smoothly, securely and in keeping with best practices.

It performs a series of periodic checks against your Grafana instance to highlight issues requiring the server administrator’s attention.

[Read more](/whats-new/2025-07-22-keep-instances-running-smoothly-with-grafana-advisor/)

* * *

## Alerting

### [Alert rule list page updates](/whats-new/2025-07-15-alert-rule-list-page-updates/)

Grafana Cloud Generally Available Enterprise Generally Available Alerting

The alert rule page has received a total redesign. The new page features a smoother, faster, and more flexible design to help make your alert rule management easier.

[Read more](/whats-new/2025-07-15-alert-rule-list-page-updates/)

* * *

### [Active time intervals in Grafana Alerting](/whats-new/2025-07-09-active-time-intervals-in-grafana-alerting/)

Grafana Cloud Generally Available Open source Enterprise Generally Available Alerting

Mute Timings have been renamed to Active Time Intervals to better align with their usage.

* * *

### [Add ability to import rules to GMA from Prometheus YAML](/whats-new/2025-06-02-add-ability-to-import-rules-to-gma-from-prometheus-yaml/)

Grafana Cloud Generally Available Open source Enterprise Generally Available Alerting

We recently [added support for importing data source-managed rules through the alerting UI](/whats-new/2025-05-05-alert-rule-migration-tool/). However, users couldn’t import their existing Prometheus rules when no ruler was available.

[Read more](/whats-new/2025-06-02-add-ability-to-import-rules-to-gma-from-prometheus-yaml/)

* * *

## Dashboards and visualizations

### [Spot patterns in your data with the Trendline transformation](/whats-new/2025-07-22-spot-patterns-in-your-data-with-the-trendline-transformation/)

Grafana Cloud Generally Available Open source Enterprise Generally Available Dashboards and visualizations

Apply this transformation to any dataset to add a trendline as a new series, fitted to your data using linear regression. This allows you to infer what the data was at a point that may not be exactly represented in the original dataset, or plot predicted values in the future. Trendlines are great for spotting patterns in fluctuating or inconsistent time series. This transformation is extra useful because trendlines can be styled and used just like any other series in your visualization. The Trendline transformation supports both linear and polynomial regression models.

[Read more](/whats-new/2025-07-22-spot-patterns-in-your-data-with-the-trendline-transformation/)

* * *

### [Custom variable support in visualization actions](/whats-new/2025-07-14-custom-variable-support-in-visualization-actions/)

Grafana Cloud Generally Available Open source Enterprise Generally Available Dashboards and visualizations

We’re excited to announce that you can now define custom variables within visualization actions. When you trigger an action (such as an API request), you’ll be prompted to provide input for those variables. This makes actions more dynamic and interactive, allowing you to tailor requests in real time without modifying the dashboard configuration.

[Read more](/whats-new/2025-07-14-custom-variable-support-in-visualization-actions/)

* * *

### [Server-configurable quick time ranges for dashboards](/whats-new/2025-06-17-server-configurable-quick-time-ranges-for-dashboards/)

Open source Enterprise Generally Available Dashboards and visualizations

Grafana server administrators can now define custom time range presets for the time picker on dashboards — perfect for teams that routinely analyze specific, context-driven time windows.

[Read more](/whats-new/2025-06-17-server-configurable-quick-time-ranges-for-dashboards/)

* * *

### [Enhanced custom currency format: Display exact financial values](/whats-new/2025-06-12-enhanced-custom-currency-format--display-exact-financial-values/)

Grafana Cloud Generally Available Open source Enterprise Generally Available Dashboards and visualizations

Previously, Grafana automatically abbreviated large currency values like `$1,235,667` to `$1.24M` or `$555,558` into `$555.6K`. While this works well for most visualizations, financial data often requires exact values to be displayed.

[Read more](/whats-new/2025-06-12-enhanced-custom-currency-format--display-exact-financial-values/)

* * *

## Authentication and authorization

### [Entra Workload Identity Support](/whats-new/2025-07-15-entra-workload-identity-support/)

Grafana Cloud Generally Available Open source Enterprise Generally Available Authentication and authorization

Grafana now supports Entra Workload Identity, significantly enhancing authentication capabilities with federated credentials. This update simplifies the OAuth flow and improves security for Grafana instances leveraging Microsoft Azure, and was a valuable contribution from an external contributor. Thank you [mehiglow](https://github.com/mehighlow).

[Read more](/whats-new/2025-07-15-entra-workload-identity-support/)
