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

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

# What’s new in Grafana v13.2

Welcome to Grafana 13.2!

This release helps you share and reuse trusted queries to get answers faster and more easily onboard team members, dig into crowded panels without leaving the dashboard, and securely connect to your data with fewer long-lived secrets to manage.

Saved queries are now generally available in Grafana Enterprise and Grafana Cloud, helping individual’s knowledge become a library everyone can draw on: find them from anywhere using the command palette (cmd/ctrl+K) then quickly jump into Explore, and reliably manage them as code with Terraform.

View panel mode gains a controls sidebar in public preview, so you can adjust visualization options without edit permissions and fan a busy time series out into one graph per series or label to see which one is actually moving. Query variables get a redesigned editor, OpenSearch adds an index picker to configuration and query editing, and BigQuery and Google Cloud Monitoring can now authenticate with Google Workload Identity Federation in Grafana Cloud instead of a service account key file.

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

* * *

## Authentication and authorization

### [Authenticate securely with Workload Identity Federation for BigQuery and GCM data sources](/whats-new/2026-06-24-google-workload-identity-federation-for-bigquery-and-google-cloud-monitoring/)

Grafana Cloud Generally Available Authentication and authorization Data sources

Storing a service account JSON key file to connect Grafana Cloud to Google Cloud is a persistent security liability. Keys get embedded in config files, shared across teams, or quietly forgotten — all while remaining valid for years. When one leaks, there’s no automatic expiry and no limited blast radius.

The BigQuery and Google Cloud Monitoring data source plugins support Google Cloud Workload Identity Federation (WIF) as an authentication method on Grafana Cloud. Instead of uploading a key file, Grafana Cloud exchanges the signed-in user’s OIDC token for a short-lived Google Cloud access token via the Security Token Service. Credentials are scoped to the active session and expire automatically — no keys to store, rotate, or accidentally expose.

[Read more](/whats-new/2026-06-24-google-workload-identity-federation-for-bigquery-and-google-cloud-monitoring/)

* * *

## Dashboards and visualizations

### [Create query variables more easily with the redesigned editor](/whats-new/2026-07-13-create-query-variables-more-easily-with-the-redesigned-editor/)

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

We redesigned the query variable editor with a new editing experience that makes working with query variables easier.

The new experience uses a dialog box with the values preview at the top and a tabbed editor below, so you can review results while you edit. The wider dialog box also provides plenty of space to work without so that you don’t have to do as much scrolling to see all the query settings.

[Read more](/whats-new/2026-07-13-create-query-variables-more-easily-with-the-redesigned-editor/)

* * *

### [Organize dashboards faster with multi-select grouping](/whats-new/2026-07-08-organize-dashboards-faster-with-multi-select-grouping/)

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

Organizing a dashboard is now faster with multi-select grouping. In edit mode, you can select multiple panels at once and instantly group them into a row or a tab, making it easy to restructure dashboards without moving panels one by one.

[Read more](/whats-new/2026-07-08-organize-dashboards-faster-with-multi-select-grouping/)

* * *

### [Saved queries now has command palette and provisioning support](/whats-new/2026-07-29-saved-queries-now-has-command-palette-and-provisioning-support/)

Grafana Cloud Generally Available Enterprise Generally Available Dashboards and visualizations

Saved queries is now generally available in Grafana Enterprise and Grafana Cloud, making it easier to discover, reuse, and share queries across your organization.

This release also introduces two major enhancements: the ability to access saved queries directly from the command palette for faster discovery, and to provision saved queries with Terraform to manage them as code. Together, these updates make saved queries easier to find, easier to manage, and easier to incorporate into your everyday workflow.

[Read more](/whats-new/2026-07-29-saved-queries-now-has-command-palette-and-provisioning-support/)

* * *

### [Revamped homepage for Grafana](/whats-new/2026-08-18-revamped-homepage-for-grafana/)

Open source Enterprise Generally Available Dashboards and visualizations

[](/media/whats-new/2026-07-23-revamped-homepage-for-grafana.png)

We’ve applied a fresh coat of paint to the Grafana homepage and added a couple of new features while we’re there.

[Read more](/whats-new/2026-08-18-revamped-homepage-for-grafana/)

* * *

### [Panel thresholds variable interpolation](/whats-new/2026-07-29-panel-thresholds-variable-interpolation/)

Grafana Cloud Experimental Open source Enterprise Experimental Dashboards and visualizations

The **Thresholds** panel option now supports variable interpolation to help you quickly update thresholds in dashboard panels.

Simply type the your variable name (for example, `` `$my-var` ``) into a thresholds step input and manage it through the variable toggle on the dashboard.

[Read more](/whats-new/2026-07-29-panel-thresholds-variable-interpolation/)

* * *

### [New panel query errors and notices UI](/whats-new/2026-07-30-new-panel-query-errors-and-notices-ui/)

Grafana Cloud Experimental Open source Enterprise Experimental Dashboards and visualizations

We’ve enhanced the panel errors icon to provide more information around query errors and notices.

This update brings three significant updates. First, the icon is dynamic reflecting the highest severity notice on a panel. Second, when you hover your cursor over the icon, there’s a new tooltip showing all the panel errors, sorted by severity. Lastly we’ve added a new **Errors and Notices** tab in the panel inspector drawer to better view the results.

[Read more](/whats-new/2026-07-30-new-panel-query-errors-and-notices-ui/)

* * *

### [Cross-filter on more visualizations](/whats-new/2026-08-06-more-filterable-panels/)

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

We’ve recently extended support for cross-filtering, bringing support to:

- Histogram
- State timeline
- Status History

This is in addition to the previously supported visualizations, bar chart, table, and time series.

[Read more](/whats-new/2026-08-06-more-filterable-panels/)

* * *

### [Explore busy panels with the new View panel sidebar](/whats-new/2026-08-11-explore-busy-panels-with-the-new-view-panel-sidebar/)

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

When a graph packs in dozens of series, understanding which ones share an anomaly means visually tracing overlapping lines. Plus, if you’re a viewer, you can’t toggle the legend or stacking to get a clearer look, because those options live in edit mode.

[Read more](/whats-new/2026-08-11-explore-busy-panels-with-the-new-view-panel-sidebar/)

* * *

### [Improved auto layout indication when editing dashboards](/whats-new/2026-08-05-improved-auto-layout-indication-when-editing-dashboards/)

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

When you edit a dashboard that uses auto layout, Grafana manages panel sizes automatically. Until now, it wasn’t always clear why dragging the lower-right corner of a panel had no effect or how to change the layout.

[Read more](/whats-new/2026-08-05-improved-auto-layout-indication-when-editing-dashboards/)

* * *

## Data sources

### [OpenSearch: Added Index Browser to data source configuration and query](/whats-new/2026-07-28-opensearch--added-index-browser-to-datasource-configuration-and-query/)

Grafana Cloud Generally Available Open source Enterprise Generally Available Data sources

Selecting an OpenSearch index just got easier with the new Index Picker.

Finding and setting the right index in the Grafana OpenSearch plugin no longer means typing index names from memory. The query editor now includes a `Select index` button that opens a searchable browser of the indices available on your data source. Each index is shown alongside its document count and cluster health, so you can pick the right one at a glance. Search by substring, use `*` and `?` for wildcards, or wrap your input in `/…/` for a full regex match to quickly narrow down large clusters.

[Read more](/whats-new/2026-07-28-opensearch--added-index-browser-to-datasource-configuration-and-query/)

* * *

### [Oracle: Easy Connect Plus Support](/whats-new/2026-08-03-oracle--easy-connect-plus-support/)

Grafana Cloud Generally Available Open source Enterprise Generally Available Data sources

Connecting to Oracle just got easier with Easy Connect Plus.

Setting up an Oracle data source in Grafana no longer means wrangling a `tnsnames.ora` file or spelling out a full connection descriptor. The Oracle plugin now supports **Easy Connect Plus**, a third connection method that encodes the host, port, and service name in a single string. Just enter something like `host:port/service` and you’re connected. The port is optional and defaults to `1521`, so `myhost/orclpdb1` works too.

[Read more](/whats-new/2026-08-03-oracle--easy-connect-plus-support/)

* * *

### [Azure Monitor Batch API](/whats-new/2026-08-18-azure-monitor-batch-api/)

Grafana Cloud Generally Available Open source Enterprise Generally Available Data sources

The Azure Monitor data source now supports the [Azure Monitor Metrics Batch API](https://learn.microsoft.com/en-us/azure/azure-monitor/metrics/migrate-to-batch-api). Instead of sending one request per resource, Grafana groups eligible metric queries and sends them together. This means fewer calls to Azure, faster queries, and less chance of throttling on dashboards that query many resources.

[Read more](/whats-new/2026-08-18-azure-monitor-batch-api/)

* * *

## Git Sync

### [Git Sync support for GitHub enterprise](/whats-new/2026-08-18-git-sync-support-for-github-enterprise/)

Grafana Cloud Generally Available Open source Enterprise Generally Available

Git Sync now supports GitHub Enterprise, both Server and Cloud versions.

You can now provision your dashboards as JSON files and your folders in your GitHub enterprise instance using Git Sync. If you make any changes in your synchronized Git repositories, they will be updated in the Grafana database as well, and vice-versa. This allows you to manage your resources as code, so you and your team can version control, collaborate, and automate deployments efficiently.

[Read more](/whats-new/2026-08-18-git-sync-support-for-github-enterprise/)

* * *

### [Authoring commits in Git Sync](/whats-new/2026-08-18-authoring-commits-in-git-sync/)

Grafana Cloud Generally Available Open source Enterprise Generally Available

Starting in Grafana 13.2.0, you can include authoring information to your commits.

If you don’t enable commit signing, you can use author override to author commits. If you don’t select author override, the signed-in Grafana user name and email will be used as the commit author.

[Read more](/whats-new/2026-08-18-authoring-commits-in-git-sync/)

* * *

### [Webhooks available for GitLab and BitBucket](/whats-new/2026-08-18-webhooks-available-for-gitlab-and-bitbucket/)

Grafana Cloud Generally Available Open source Enterprise Generally Available

In Grafana OSS/Enterprise, Git Sync uses webhooks to enable real-time updates from GitHub public repositories, or to enable pull request integrations. Webhooks are now available for GitLab and BitBucket.

[Read more](/whats-new/2026-08-18-webhooks-available-for-gitlab-and-bitbucket/)

* * *

## Other

### [Export traces of Grafana to a file for easier troubleshooting](/whats-new/2026-08-18-export-traces-of-grafana-to-a-file-for-easier-troubleshooting/)

Open source Enterprise Generally Available Traces

When you operate Grafana yourself and have to troubleshoot performance issues, distributed traces are often the quickest way to see what’s going on under the hood. Until now, collecting them meant standing up an OpenTelemetry Collector and a tracing backend just to investigate a single issue.

[Read more](/whats-new/2026-08-18-export-traces-of-grafana-to-a-file-for-easier-troubleshooting/)
