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

# What’s new in Grafana v12.2

Welcome to Grafana 12.2! This release focuses on making it easier to gain insights from your data.

We’re excited to announce several features are now GA. Enhanced ad hoc filtering transforms your dashboards into true command centers, allowing you to slice and dice datasets on the fly. The redesigned table visualization offers improved performance and visual aids for quick pattern and anomaly identification, helping you make faster decisions. The Logs Drilldown JSON viewer makes intimidating log structures organized and explorable. Metrics Drilldown now integrates with alert creation in Grafana, so you can explore Prometheus data with intuitive point-and-click interactions, find the right visualization, and easily use its query in your alert rule.

We’re also collecting feedback on some new public preview features. AI-powered SQL expressions eliminate the barrier between questions and answers by generating SQL queries from natural language and providing instant explanations for existing queries. Our enhanced Canvas Pan and Zoom experience lets you design complex dashboards exactly as you envision them.

Keep reading to learn more about everything 12.2 has in store.

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.2, check out our [Upgrade Guide](/docs/grafana/latest/upgrade-guide/upgrade-v12.2/).

* * *

## SQL expressions

### [SQL expressions now in Public Preview](/whats-new/2025-09-05-sql-expressions-now-in-public-preview/)

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

Grafana SQL Expressions, Grafana’s solution for manipulating and transforming the results of data source queries using SQL (MySQL dialect) syntax, is now available in Public Preview.

[Read more](/whats-new/2025-09-05-sql-expressions-now-in-public-preview/)

* * *

## Dashboards and visualizations

### [New table visualization is generally available](/whats-new/2025-09-05-new-table-visualization-is-generally-available/)

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

In May 2025, we refactored the table visualization to use the react-data-grid library, resulting in significant performance improvements. We released this in public preview. Now, this version of the table is generally available, and along with that, we’ve made a number of improvements, big and small. We’ve added the following options:

[Read more](/whats-new/2025-09-05-new-table-visualization-is-generally-available/)

* * *

### [Generate tooltips from table fields](/whats-new/2025-08-18-generate-tooltips-from-table-fields/)

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

The **Tooltip from field** option in table visualizations allows you to use the values from another field (or column) in a tooltip.

When you toggle the switch on, you can select from a drop-down list any of the fields in the table to be used as the source of the tooltip content. All table fields are available for selection, whether visible or hidden.

[Read more](/whats-new/2025-08-18-generate-tooltips-from-table-fields/)

* * *

### [Improved footer for table visualization](/whats-new/2025-09-03-improved-footer-for-table-visualization/)

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

The table footer displays the results of calculations (and reducer functions) on fields. We’ve updated the footer so that you can apply multiple calculations or reducers simultaneously:

[Read more](/whats-new/2025-09-03-improved-footer-for-table-visualization/)

* * *

### [Disable tooltips in Canvas visualizations](/whats-new/2025-07-30-disable-tooltips-in-canvas-visualizations/)

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

You can now choose to enable or disable tooltips in canvas visualizations. The **Tooltip mode** setting controls the display of tooltips when hovering over elements in a canvas that are connected to data, data links, or actions.

[Read more](/whats-new/2025-07-30-disable-tooltips-in-canvas-visualizations/)

* * *

### [Static options for query variables](/whats-new/2025-07-14-static-options-for-query-variables/)

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

You can now define additional static options for query variables to be included with the options retrieved by querying the data source. This affords you more flexibility, allowing you to create options like “value not set” or “all clusters in Asia”.

[Read more](/whats-new/2025-07-14-static-options-for-query-variables/)

* * *

### [Dynamic connection direction in Canvas visualizations](/whats-new/2025-08-21-dynamic-connection-direction-in-canvas-visualizations/)

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

You can now control the direction of connections between canvas elements by mapping the direction to a field value. A **positive value** draws the connection arrow **forward**, a **negative value** draws it **in reverse**, and a value of **zero** removes the directional arrow entirely. Alternatively, you can assign a fixed direction value.

[Read more](/whats-new/2025-08-21-dynamic-connection-direction-in-canvas-visualizations/)

* * *

### [Canvas pan and zoom improvements](/whats-new/2025-07-31-canvas-pan-and-zoom-improvements/)

Grafana Cloud Available in public preview Open source Enterprise Available in public preview Dashboards and visualizations

### Overview

The canvas visualization editor now offers a completely re-engineered pan and zoom experience.

You can now place elements anywhere—even beyond panel edges—without disrupting connections or layouts. Background images stay consistent, connection anchors rotate with elements, and an optional **Zoom to content** toggle automatically fits your canvas content to any view. Constraints remain intact thanks to a transparent root container, ensuring layout behavior stays reliable across pan and zoom operations.

[Read more](/whats-new/2025-07-31-canvas-pan-and-zoom-improvements/)

* * *

### [Actions authentication with the Infinity data source](/whats-new/2025-09-03-actions-authentication-with-the-infinity-data-source/)

Grafana Cloud Available in public preview Open source Enterprise Available in public preview Dashboards and visualizations

Visualization actions now support **authenticated HTTP requests** by integrating with the [Infinity data source](/grafana/plugins/yesoreyeram-infinity-datasource/). This lets you perform actions that require authentication by leveraging preconfigured Infinity data source connections.

[Read more](/whats-new/2025-09-03-actions-authentication-with-the-infinity-data-source/)

* * *

### [Enhanced Ad hoc filters support](/whats-new/2025-09-05-enhanced-ad-hoc-filters-support/)

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

Because **Ad hoc filters** can’t be reliably implemented on SQL data sources, we’re introducing a new way forward. Starting with this release, you can now query a dataset from a first panel using a SQL data source, then build the rest of your dashboard on top of that dataset—and use ad hoc filters to drill into it.

[Read more](/whats-new/2025-09-05-enhanced-ad-hoc-filters-support/)

* * *

### [New dashboard APIs now enabled by default](/whats-new/2025-09-02-new-dashboard-apis-now-enabled-by-default/)

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

With this release, we’re rethinking our dashboard APIs and making the default a new model that is consistent, versioned, and resource-oriented. 

We started the rollout in [May](/whats-new/2025-05-05-new-dashboard-apis-released-as-experimental/). Since then, we’ve gathered feedback, measured impact, and improved testing. We’re now confident the APIs are stable and have made them the default.

[Read more](/whats-new/2025-09-02-new-dashboard-apis-now-enabled-by-default/)

* * *

## Reporting

### [New and improved Reporting](/whats-new/2025-06-24-new-and-improved-reporting/)

Grafana Cloud Available in public preview Enterprise Available in public preview Dashboards and visualizations Reporting

We’ve redesigned the **Reporting** feature to make the report creation process simpler and more intuitive!

Key updates include:

- Creating reports from dashboards while maintaining dashboard context
- One-page report creation
- Easy access to organization report settings

When you click **Share &gt; Schedule report** from a dashboard, a drawer opens where you can complete the entire report form. With this change, you’re no longer taken out of the dashboard, but instead maintain your original context. If other reports include this dashboard, they are also listed in the drawer, helping to reduce duplication of efforts.

[Read more](/whats-new/2025-06-24-new-and-improved-reporting/)

* * *

## Data sources

### [Jenkins Enterprise data source for Grafana](/whats-new/2025-08-12-jenkins-enterprise-data-source-for-grafana/)

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

The [Jenkins data source](/grafana/plugins/grafana-jenkins-datasource/) allows you to query and visualize metrics such as projects, builds, build queues, nodes and load statistics from within Grafana.

This enterprise plugin includes two built-in dashboards to help you quickly get started visualizing Jenkins data:

[Read more](/whats-new/2025-08-12-jenkins-enterprise-data-source-for-grafana/)

* * *

### [Google Sheets data source now supports template variables](/whats-new/2025-07-15-google-sheets-data-source-now-supports-template-variables/)

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

The Google Sheets data source just got more powerful! Our 2.2.0 release adds support for template variables, making it easier to build interactive and adaptable dashboards directly from your spreadsheets.

[Read more](/whats-new/2025-07-15-google-sheets-data-source-now-supports-template-variables/)

* * *

### [Azure Monitor Resource picker filtering and recent resources](/whats-new/2025-09-04-azure-monitor-resource-picker-filtering-and-recent-resources/)

Grafana Cloud Available in public preview Open source Enterprise Available in public preview Data sources

The Azure Monitor resource picker has been revamped to better support users with large Azure estates.

The key changes are support for filtering and the ability to browse recent resources.

[Read more](/whats-new/2025-09-04-azure-monitor-resource-picker-filtering-and-recent-resources/)

* * *

## Explore

### [Save, reuse, and share queries in Dashboards and Explore](/whats-new/2025-09-05-save--reuse--and-share-queries-in-dashboards-and-explore/)

Grafana Cloud Available in public preview Enterprise Available in public preview Explore Dashboards and visualizations

We’ve introduced the ability to save queries in Dashboards and Explore! With this addition, you can save and reuse queries, as well as share them with others in your organization.

[Read more](/whats-new/2025-09-05-save--reuse--and-share-queries-in-dashboards-and-explore/)

* * *

## Logs Drilldown

### [JSON Log Line Viewer in Logs Drilldown is now Generally Available](/whats-new/2025-09-03-json-log-line-viewer-in-logs-drilldown-is-now-generally-available/)

Grafana Cloud Generally Available Open source Enterprise Generally Available Logs Drilldown

We’re excited to announce the General Availability of the Logs Drilldown JSON viewer[](/docs/grafana/latest/explore/simplified-exploration/logs/viewing-json-logs/#logs-drilldown-json-viewer) in Grafana v11.6 and later! 🚀

The Logs Drilldown JSON viewer provides you a log line viewer specifically created to make it easier to read and understand your JSON log data.

[Read more](/whats-new/2025-09-03-json-log-line-viewer-in-logs-drilldown-is-now-generally-available/)

* * *

## Metrics Drilldown

### [Grafana Metrics Drilldown entry point from Alerting Rule](/whats-new/2025-08-06-grafana-metrics-drilldown-entry-point-from-alerting-rule/)

Grafana Cloud Generally Available Open source Enterprise Generally Available Metrics Drilldown

### Using queryless experience of Metrics Drilldown to build an Alert Rule

#### The Challenge:

Creating effective alert rules often requires knowing exactly what query to write upfront. But sometimes you need to explore your data first — understanding how metrics behave across different label combinations, spotting patterns, and building confidence in your monitoring approach before committing to an alert rule.

[Read more](/whats-new/2025-08-06-grafana-metrics-drilldown-entry-point-from-alerting-rule/)

* * *

## Plugins

### [Translate your plugin](/whats-new/2025-09-23-translate-your-plugin/)

Grafana Cloud Generally Available Open source Enterprise Generally Available

**Translate your plugin**

Internationalization of plugins is here! You can now make your plugin more user-friendly by translating it into multiple languages. You can find the [**list of available languages**](https://github.com/grafana/grafana/blob/main/packages/grafana-i18n/src/constants.ts) in GitHub, and  [**how to translate plugins**](/developers/plugin-tools/how-to-guides/plugin-internationalization) in our docs page. For Microsoft users, we’ve added translations to MS SQL and Azure Monitor data sources.

[Read more](/whats-new/2025-09-23-translate-your-plugin/)

* * *

## Authentication and authorization

### [SCIM Configuration UI](/whats-new/2025-09-10-scim-configuration-ui/)

Grafana Cloud Available in public preview Enterprise Available in public preview Authentication and authorization

Introducing the SCIM Configuration UI in Grafana.

We recently announced SCIM for user and group provisioning in Grafana, and now we’re excited to announce that SCIM configuration is easy with the SCIM Configuration UI. Here you can easily toggle SCIM configuration options without restarting your instance, find information like your Tenant URL, Domain, and Stack ID for configuring SCIM in your IdP, and learn how to create a service account and token with the correct permissions.

[Read more](/whats-new/2025-09-10-scim-configuration-ui/)
