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 AvailableData sourcesProfiles
Release date: 2024-03-07

Flamegraph AI

Flamegraph AI in Grafana Cloud Profiles is now GA Flamegraph AI helps you understand your profiling data by using a large-language model (LLM) to assist with data interpretation. A flamegraph provides a convenient way to visualize performance data. These graphs provide a clear, intuitive understanding of resource allocation and bottlenecks within an application. Flamegraphs and profiling data in general can help you understand: Performance bottlenecks: What’s causing the slowdown? Root causes: Why is it happening?

Flamegraph AI

Generally AvailableKubernetes Monitoring
Release date: 2024-03-06

Explore data throughout Kubernetes Monitoring

Click the Explore icon to view the query and additional tools available for you to further explore and query your data. You can explore a query from the Metrics status tab. You can also explore: A Cluster A list of Clusters A Pod (Release 2.0.3 - 2.0.4)

Explore data throughout Kubernetes Monitoring

Generally AvailableAlerting
Release date: 2024-03-05

Grafana Alerting upgrade with rule preview

Users looking to migrate to the new Grafana Alerting product can do so with confidence with the Grafana Alerting migration preview tool. The migration preview tool allows users to view, edit, and delete migrated rules prior cutting over, with the option to roll back to Legacy Alerting.


Generally AvailableAlerting
Release date: 2024-03-05

Rule evaluation spread over the entire evaluation interval

Grafana Alerting previously evaluated rules at the start of the evaluation interval. This created a sudden spike of resource utilization, impacting data sources. Rule evaluation is now spread over the entire interval for smoother performance utilization of data sources.


Generally AvailableDashboards and visualizations
Release date: 2024-03-05

Set library panel permissions with RBAC

We’ve added the option to manage library panel permissions through role-based access control (RBAC). With this feature, you can choose who can create, edit, and read library panels. RBAC provides a standardized way of granting, changing, and revoking access when it comes to viewing and modifying Grafana resources, such as dashboards, reports, and administrative settings.


Generally AvailableAlerting
Release date: 2024-03-05

Simplified Alert Notification Routing

This feature simplifies your options for configuring where your notifications are sent when an alert rule fires. Choose an existing contact point directly from within the alert rule creation form without the need to label match notification policies. You can also set optional muting, grouping, and timing settings directly in the alert rule. Simplified routing inherits the alert rule RBAC, increasing control over notification routing while preventing accidental notification policy updates, ensuring critical notifications make it to their intended contact point destination.


ExperimentalData sources
Release date: 2024-03-05

SurrealDB Data Source

A SurrealDB data source has been added to the Plugin Catalog, enabling the integration of SurrealDB, a real-time, multi-model database, with Grafana’s visualization capabilities. This datasource allows users to directly query and visualize data from SurrealDB within Grafana, using SurrealDB’s query language. The SurrealDB data source launches with just the basics today. You can write queries in SurrealQL using the built-in query editor, although many Grafana features like macros are not supported for now.

SurrealDB Data Source

Generally AvailableLogs
Release date: 2024-03-05

Table Visualization for Logs

The table visualization for logs, announced in public preview for Grafana 10.3, is generally available in Cloud (all editions) and with Grafana 10.4. New to the table visualization with 10.4: the ability to sort columns data type autodetection of fields autodetection and clean formatting of json fields Try it out today!


Generally AvailablePluginsDashboards and visualizations
Release date: 2024-03-04

AngularJS plugin warnings in dashboards

AngularJS support in Grafana was deprecated in v9 and will be turned off by default in Grafana v11. When this happens, any plugin which depended on AngularJS will not load, and dashboard panels will be unable to show data. To help you understand where you may be impacted, Grafana now displays a warning banner in any dashboard with a dependency on an AngularJS plugin. Additionally, warning icons are present in any panel where the panel plugin or underlying data source plugin has an AngularJS dependency.


Generally AvailableDashboards and visualizations
Release date: 2024-03-01

Substring matcher added to the filter by value transformation

This update to the Filter data by values transformation simplifies data filtering by enabling partial string matching on field values thanks to two new matchers: Contains substring and Does not contain substring. With the substring matcher built into the Filter data by values transformation, you can efficiently filter large datasets, displaying relevant information with speed and precision. Whether you’re searching for keywords, product names, or user IDs, this feature streamlines the process, saving time and effort while ensuring accurate data output.


Generally AvailableLogsCost management
Release date: 2024-02-29

Log Volume Explorer

The Log Volume Explorer has been promoted to General Availability! First announced at ObsCon London in Nov 2023, the Log Volume Explorer adds to our set of features that help you manage your observability spend. Identify the source of logs ingested into Grafana Cloud and answer questions like “Which of my teams, environments, Kubernetes clusters, and/or applications are generating the most logs?” Find the Log Volume Explorer under Administration > Cost Management > Logs.


Generally AvailableK6
Release date: 2024-02-29

GCk6 Private Load Zones

Are you a k8s user? Do your requirements involve testing internal services or generating load from inside your network? Private Load Zones are a new feature of Grafana Cloud k6 that allow you to run k6 load generators from your k8s cluster and push metrics to Grafana Cloud and visualize them in the Grafana Cloud k6 app plugin. This feature is built on top of our OSS k6-operator and lets you start tests with the k6 cloud command the same way you would do if you used Grafana Cloud’s load zones.