What's new in Grafana Cloud
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.


Tooltip improvements

Available in public previewDashboards and visualizations
Release date: 2024-02-20

We’ve made a number of small improvements to the way tooltips work in Grafana. To try out the new tooltips, enable the newVizTooltips feature toggle.

Copy on click support

Tooltip improvements

Structured Metadata for Cloud Logs

Generally AvailableLogs
Release date: 2024-02-06

Structured metadata is a feature in Loki and Cloud Logs that allows customers to store metadata that is too high cardinality for log lines, without needing to embed that information in log lines themselves.

It is a great home for metadata which is not easily embeddable in a log line, but is too high cardinality to be used effectively as a label.


Centralized Alerts in Kubernetes Monitoring

Generally AvailableKubernetes Monitoring
Release date: 2024-02-06

You can respond to and troubleshoot alerts that are firing about your Kubernetes infrastructure and the applications running within it, without leaving the context of Grafana Kubernetes Monitoring. You can start your troubleshooting either through the home page or the Alerts page.

At the Pods in trouble section on the home page, you can view the alert associated with each Pod in the list.

Centralized Alerts in Kubernetes Monitoring

Cost available at every level in Kubernetes Monitoring

Generally AvailableKubernetes Monitoring
Release date: 2024-02-06

Explore cost information at any level within your Kubernetes infrastructure. In lists of Clusters, Nodes, namespaces, and workloads, you can switch from a usage view to a cost view to see the cost of each item in the list. <Switch to cost view>

A continuous path of troubleshooting is available as well. Each detail page offers adjustment recommendations to help lower costs. <Switch to cost view>


Efficiency data globally available in Kubernetes Monitoring

Generally AvailableKubernetes Monitoring
Release date: 2024-02-06

With Kubernetes Monitoring, you can effectively identify, prioritize, and handle efficiency-related issues. Efficiency data is available globally, and your troubleshooting path enables you to create an efficiency feedback loop.

<Alerts page>

Release v2.0.0


Multidimensional SLO dashboards for Advanced SLOs

Generally AvailableSLOs
Release date: 2024-02-01

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:

sum by (cluster) (rate(http_requests_total{code!~"5.."}[$__rate_interval]))
/ sum by (cluster) (rate(http_requests_total[$__rate_interval]))

Self-serve Static IPs in Grafana Cloud k6

Generally AvailableK6
Release date: 2024-02-01

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. Accounts are limited to 5 static IP addresses but if more IPs are needed customers can contact customer support.


Install plugins from within Grafana

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

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.


New Form Styling for AWS data sources

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

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