跳转至

Grafana 13.1 release: observability as code updates, extending Grafana Assistant across more data sources, and more

Ch01.047 Grafana 13.1 release: observability as code updates, extending Grafana Assistant across more data sources, and more

📊 Level ⭐ | 7.9KB | entities/blog-grafana-13-1-release-all-the-latest-features.md

Grafana 13.1 release: observability as code updates, extending Grafana Assistant across more data sources, and more

来源: Grafana 13.1 release: observability as code updates, extending Grafana Assistant across more data sources, and more

Published Time: 2026-06-24

Markdown Content: Image 1: Grafana 13.1 release: observability as code updates, extending Grafana Assistant across more data sources, and more

2026-06-24•9 min

Image 2: TwitterImage 3: FacebookImage 4: LinkedIn

Earlier this year, Grafana 13 laid the groundwork for making it easier and faster than ever to turn your data into actionable insights.

With our latest minor release, Grafana 13.1, we're building on that foundation, expanding observability as code, bringing Grafana Assistant to more data sources, and streamlining the everyday workflows teams rely on to visualize, analyze, and act on their data.

Below are just some of the highlights from Grafana 13.1. If you want to explore all the latest updates, please refer to the changelog or our What’s New documentation.

Managing dashboards as code: what's new in Git Sync

Git Sync, a feature that brings native GitOps workflows into your Grafana instance, reached general availability with the release of Grafana 13. We added features to give you more flexibility and control when managing your dashboards as code, including GitHub App authentication and support for GitLab, BitBucket, and pure Git.

But we didn’t stop there. Grafana 13.1 brings four more enhancements to Git Sync that make it even easier to incorporate observability as code into your day-to-day workflows.

Import dashboards straight into a provisioned folder

Generally available in all editions of Grafana

You can now import dashboard JSON straight into a Git Sync-provisioned folder, picking the file path, branch, commit message, and workflow as part of the import.

From a folder, hit Import and Grafana walks you through a provisioned import flow: pick the file path, branch, commit message, and workflow, and the dashboard is committed back to your repository as part of the import.

Uniqueness is path-based, so two dashboards can share a title as long as they live at different paths in the repo, and a conflicting path stops the import before anything is overwritten.

Sync dashboards at the root level

Generally available in all editions of Grafana

You can now sync dashboards at the root level, without a containing folder, so provisioned dashboards can live alongside your non-provisioned ones. This is useful when a repo represents your whole Grafana setup, or when forcing everything under one folder doesn’t align with how your team organizes dashboards.

Pick Sync external storage directly at root level without a containing folder in the setup wizard and your provisioned dashboards land at the root, alongside everything else, instead of being scoped under a single folder.

Make dashboard context visible by default

Available in public preview in all editions of Grafana

Git Sync-provisioned folders now render theirREADME.md inline by default, so the context for a folder travels with it.

Just drop a README.md next to your dashboards in the repo and it shows up in Grafana, including links, ownership notes, runbooks, or whatever your team wants to see sitting alongside their dashboards.

Sign commits automatically

Generally available in in all editions of Grafana

Git Sync can now [sign commits with GPG, SSH, or S/MIME keys](https://grafana.com/whats-new/2026-06-23-git-sync--verified-commits/?pg=grafana-13-1-rele

原文存档