Menu
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 sources
Release date: 2024-02-06

Databricks SQL Query Builder

New for the Databricks datasource plugin is the schema aware SQL query builder to help you build faster queries. For general documentation on querying data sources in Grafana, see Query and transform data. You can run the built query by pressing the Run query button in the top right corner of the editor. The response from Databricks can be formatted as either a table or as a time series. To use the time series format one of the columns must be named time.

Databricks SQL Query Builder

Generally AvailableSLOs
Release date: 2024-02-01

Multidimensional SLO dashboards for Advanced SLOs

The SLO App generates dashboards to help user pinpoint where they are burning their error budget, in which clusters, for example, by supporting multidimensional SLOs (SLOs that preserve one or more dimensions / label-values). The dashboards that help identify in which dimension the SLI is underperforming were previously only available for ratio-type SLOs or SLO expressions that were fairly simple. ex: Copy sum by (cluster) (rate(http_requests_total{code!~"5.."}[$__rate_interval])) / sum by (cluster) (rate(http_requests_total[$__rate_interval])) But with new changes in the parsing logic in the SLO app, we now support these dashboard features for complex SLOs, as long as they are ratios and have the same “group by” dimensions aggregating up in both the numerator and the denominator.


Generally AvailableK6
Release date: 2024-02-01

Self-serve Static IPs in Grafana Cloud k6

Using Static IPs with k6 allows you to know which IP addresses will be used by the cloud instances generating load during your test runs. This allows you to whitelist these IP addresses only. Knowing the IP addresses that are used can make it easier to identify logs and traffic created specifically by the k6 load tests. Static IPs are only available to Grafana Cloud Pro, Grafana Cloud Advanced and Enterprise customers.


Available in public preview
Release date: 2024-01-30

Install plugins from within Grafana

Administrators are now able to directly install, update and uninstall plugins from within Grafana itself, removing the need to switch context and navigate to Grafana.com. This makes it easier than ever to manage plugins in your Grafana Cloud instance and reduces the risk of attempting to install plugins which are incompatible with your Grafana configuration. This feature will gradually roll out to all Grafana Cloud users with no action required.


Available in public previewData sources
Release date: 2024-01-30

New Form Styling for AWS data sources

AWS data sources have migrated to new form styling in Configuration and Query editors in order to comply with the Grafana design system guidelines (found here) . This feature enables Public Preview of the migrated forms for AWS data sources: Cloudwatch X-Ray Athena Redshift Sitewise Twinmaker It includes the following changes: revamped data source configuration forms, including block input fields, descriptions and separated sections a new look and feel for data source query editors The data sources must be updated to their latest versions in order to make use of the feature.


Available in public preview
Release date: 2024-01-30

Return to previous

When you’re browsing Grafana - for example, exploring the dashboard and metrics related to an alert - it’s easy to end up far from where you started and hard get back to where you came from. The ‘Return to previous’ button is an easy way to go back to the previous context, like the alert rule that kicked off your exploration. This first release works for Alerts, and we plan to expand to other apps and features in Grafana in future releases to make it easier to navigate around.


Generally AvailableDashboards and visualizationsExplore
Release date: 2024-01-28

Copy and paste time range

Copying and pasting time range in the time range picker is now available. For example, you can copy a time range in Explore and paste it into Dashboards and vice versa. You can also copy and paste a time range using the new keyboard shortcuts t+c and t+v, respectively.


Generally Available
Release date: 2024-01-23

InfluxDB SQL Support

InfluxDB introduced a new version, 3.0, in April. With this new version, InfluxDB has put Flux in maintenance mode. But with the new version we have a new querying language, Native SQL. With v10.3.0, Grafana has built-in support for SQL query language in InfluxDB. All you need to do is set up your InfluxDB Cloud Account and create your InfluxDB data source on Grafana with the query language “SQL” selected.


Generally AvailableExplore
Release date: 2024-01-23

Improved short link options in Explore

New in Explore, more options for sharing your query results! The time picker in Grafana has always had two categories - relative (for example, now to 2 hours ago) and absolute (8am to 10am). Explore has allowed people to copy links and create short links with exactly what their time picker had set, but now additionally you have the option to get a link or create a short link with the time range made absolute, even if you are viewing relative time.


Available in public previewDashboards and visualizations
Release date: 2024-01-23

Table data in PDF reports

We’ve improved the reporting experience with options to make all of your table data accessible in PDFs. Previously, if your dashboard included large table visualizations, you couldn’t see all of the table data in your PDF report. Unlike in Grafana, you couldn’t scroll in the PDF table visualization or click on the page numbers. With this new feature, you now have the option to see all the data directly in your PDF without losing your dashboard layout.


Generally AvailableData sourcesPlugins
Release date: 2024-01-22

Sumo Logic enterprise data source for Grafana

Sumo Logic enterprise data source plugin for Grafana lets users query metrics and logs from their Sumo Logic instance. Plugin is already live in v 1.0 You can find more information and how to configure the plugin in the documentation. Screenshots: Metrics view with annotations Logs view

Sumo Logic enterprise data source for Grafana

Available in public previewDashboards and visualizations
Release date: 2024-01-15

Moving average and trend lines using transformations

We’ve added two new features to transformations in Grafana, to help you make sense of your data. Moving average Sometimes your data is too noisy to quickly grasp what’s going on. A common way to address this issue is to calculate the moving mean, or moving average, to filter out some of that noise. Luckily, many data sources already support calculating the moving mean, but when the support is lacking or you’re not well versed in the query language, until now, you were stuck with the noise.

Moving average and trend lines using transformations