Menu
Documentationbreadcrumb arrow Grafana Cloudbreadcrumb arrow What's new in Grafana Cloud
Grafana Cloud RSS

What’s new in Grafana Cloud

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.

Loading...
Loading...

Generally AvailableAlerting
Release date: 2023-10-30

Export alerting resources to Terraform

Export your alerting resources, such as alert rules, contact points, and notification policies as Terraform resources. A new “Modify export” mode for alert rules enables you to edit provisioned alert rules and export a modified version.


Generally AvailableSecurityAuthentication and authorization
Release date: 2023-10-24

Configure refresh token handling separately for OAuth providers

With Grafana v9.3, we introduced a feature toggle called accessTokenExpirationCheck. It improves the security of Grafana by checking the expiration of the access token and automatically refreshing the expired access token when a user is logged in using one of the OAuth providers. With the current release, we’ve introduced a new configuration option for each OAuth provider called use_refresh_token that allows you to configure whether the particular OAuth integration should use refresh tokens to automatically refresh access tokens when they expire.


Available in public previewDashboards and visualizations
Release date: 2023-10-24

Create interactive buttons in canvas visualizations

You can now add buttons to your canvas visualizations. Buttons can be configured to call an API endpoint. This pushes Grafana’s capabilities to new heights, allowing you to create interactive dashboards that can be used to control external systems. To learn more, refer to our Canvas button element documentation. Canvas button element demo


Generally AvailableData sources
Release date: 2023-10-24

Data source Admin permission

In addition to Query and Edit access, you can now grant users, teams, or basic roles Admin access to data sources. Users with Admin access to a data source can grant and revoke permissions to the data source, as well as to manage query caching settings for the data source. Users are automatically granted Admin access to data sources that they create.


Available in public previewDashboards and visualizations
Release date: 2023-10-24

Detect unusable transformations

We’ve added initial support to detect situations in which various transformations won’t work appropriately based on current data. Previously, selecting the appropriate transformation and configuring it correctly required a process of trial and error or already knowing how a given transformation worked. Now, transformations that we’ve detected can’t be used are shaded in the interface to indicate this, along with a helpful message explaining why.

Detect unusable transformations

Generally AvailableTraces
Release date: 2023-10-24

Multiple spansets per trace

The TraceQL query editor has been improved to facilitate the grouping of multiple spans per trace in TraceQL queries. For example, when the following by(resource.service.name) is added to your TraceQL query, it will group the spans in each trace by resource.service.name.

Multiple spansets per trace

Generally AvailableAuthentication and authorization
Release date: 2023-10-24

Role mapping support for Google OIDC

You can now map Google groups to Grafana organizational roles when using Google OIDC. This is useful if you want to limit the access users have to your Grafana instance. We’ve also added support for controlling allowed groups when using Google OIDC. Refer to the Google Authentication documentation to learn how to use these new options.


ExperimentalDashboards and visualizations
Release date: 2023-10-24

Support for dashboard variables in transformations

Previously, the only transformation that supported dashboard variables was the Add field from calculation transformation. We’ve now extended the support for variables to the Filter by value, Create heatmap, Histogram, Sort by, Limit, Filter by name, and Join by field transformations. We’ve also made it easier to find the correct dashboard variable by displaying available variables in the fields that support them, either in the drop-down or as a suggestion when you type $ or press Ctrl + Space:

Support for dashboard variables in transformations

Available in private previewData sources
Release date: 2023-10-24

Temporary credentials in CloudWatch data source

The Grafana Assume Role authentication provider lets Grafana Cloud users of the CloudWatch data source authenticate with AWS without having to create and maintain long term AWS Users. Using the new assume role authentication method, you no longer have to rotate access and secret keys in your CloudWatch data source. Instead, Grafana Cloud users can create an identity access and management (IAM) role that has a trust relationship with Grafana’s AWS account; Grafana’s AWS account will then use AWS Secure Token Service (STS) to create temporary credentials to access the user’s AWS data.


Available in private previewDashboards and visualizations
Release date: 2023-10-24

Use AI to generate dashboard titles, descriptions, and change summaries

You can now use generative AI to assist you in your Grafana dashboards. So far generative AI can help you with the following tasks: Generate panel and dashboard titles and descriptions - You can now generate a title and description for your panel or dashboard based on the data you’ve added to it. This is useful when you want to quickly visualize your data and don’t want to spend time coming up with a title or description.

Use AI to generate dashboard titles, descriptions, and change summaries

Generally AvailableDashboards and visualizations
Release date: 2023-10-24

Zoom in on the y-axis of the time series and candlestick visualizations

You can now zoom in on the y-axis of your time series and candlestick visualizations. This is useful when you want to focus on a specific range of values. To zoom in on the y-axis on supported visualizations, hold the Shift key while clicking and dragging; double-click to reset the zoom. Y-axis zooming demo


Generally AvailableAlerting
Release date: 2023-10-23

Create alerts from panels

Create alerts from dashboard panels. You can reuse the panel queries and create alerts based on them.


Generally AvailableDashboards and visualizations
Release date: 2023-10-12

Content outline

Introducing Content Outline in Grafana Explore. We recognized the challenges of complex mixed queries, as well as, lengthy logs and traces results, leading to time-consuming navigation and the loss of context. Content outline is our first step towards seamless navigation from log lines to traces and back to queries ensuring quicker searches while preserving context. Experience efficient, contextual investigations with this update in Grafana Explore. To learn more, refer to the Content outline documentation, as well as the following video demo.


Generally AvailableAuthentication and authorization
Release date: 2023-10-12

No basic role

We’re excited to introduce the “No basic role,” a new basic role with no permissions. A basic role in Grafana dictates the set of actions a user or entity can perform, known as permissions. This new role is especially beneficial if you’re aiming for tailored, customized RBAC permissions for your service accounts or users. You can set this as a basic role through the API or UI. Previously, permissions were granted based on predefined sets of capabilities.


Generally AvailableDashboards and visualizations
Release date: 2023-10-12

Public Dashboards

Public dashboards allow you to share your visualizations and insights to a broader audience without the requirement of a login. You can effortlessly use our current sharing model and create a public dashboard URL to share with anyone using the generated public URL link. To learn more, refer to the Public dashboards documentation, as well as the following video demo: