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...

Available in public previewLogs
Release date: 2023-12-13

Logs Table UI

Table view was created to help facilitate ease of use in a point and click UI, as opposed to data source specific query language formatting options, like loki’s line_format. Tables can be configured and shared with team members via explore URLs or by adding the table to a dashboard panel. Logs Table view is currently rolling out across Grafana Cloud. Try it out by switching on the `logsExploreTableVisualisation` feature toggle.


Generally AvailablePlugins
Release date: 2023-12-13

Command Palette extension point

Plugins can now add custom actions into Grafana’s command palette. Actions can link directly to a plugin page, or open a modal to allow users to interact with a plugin without losing their current page. In Grafana Cloud you can use the new ‘Run investigation’ action to start a Sift investigation from anywhere in Grafana. Keep an eye out for new actions appearing in your command palette in the near future!


Generally Available
Release date: 2023-12-13

Monitor EC2 instances in AWS observability

Grafana AWS observability introduces monitoring for your EC2 instances, all within an embedded experience, and without the need for managing or configuring local agents or building dashboards. From the list of scrape jobs, you can navigate to your list of EC2 instances shown on the Overview tab, and drill into instance details. The Regions tab shows the instance count within a selected time frame, and the Rightsizing tab shows disk write and read bytes as well as CPU utilization.


Generally AvailableKubernetes Monitoring
Release date: 2023-12-12

Cluster and Node detail pages in Kubernetes Monitoring

Cost monitoring and investigation and troubleshooting of CPU and memory usage are now easier for both Clusters and Nodes. Go to the optimization panels for the Cluster and Node detail pages to view the CPU and memory utilization, as well as cost information. These graphs show a history based on the time range you select.

Cluster and Node detail pages in Kubernetes Monitoring

Generally AvailableKubernetes Monitoring
Release date: 2023-12-12

Explore cost queries in Kubernetes Monitoring

On any panel of the Cost page in Kubernetes Monitoring, click the Explore button. This launches the query details, where you can debug or create your own dashboard.

Explore cost queries in Kubernetes Monitoring

Generally AvailableKubernetes Monitoring
Release date: 2023-12-01

New Container, pod, workload & namespace details pages in Kubernetes Monitoring

View the details of any container, pod, workload & namespace with these improved pages, which include CPU and memory utilization graphs and cost details. The container page also shows adjacent restart and termination panels so you can visually correlate more quickly the restart and termination events, along with the reason for termination. (Release 1.5.0)


Generally AvailableKubernetes Monitoring
Release date: 2023-12-01

Time range selector on all pages and in outlier detection

To aid in understanding historical data, a time range selector is available on every page of Kubernetes Monitoring where this function is appropriate. This selector is also available on the Workloads detail page, for detecting outlier CPU usage in the Pods. (Release 1.4.0)

Time range selector on all pages and in outlier detection

ExperimentalProfiles
Release date: 2023-11-09

FlameGraph: Collapsing similar items in the graph

Sometimes profile stacks contain lots of levels with similar repeating items, for example long stacks of framework code that usually isn’t of interest but takes up a lot of visual real estate. With this feature, instead of rendering all of the similar items we render only one and allow to expand those collapsed items on demand. To try it out, enable the ‘traceToProfiles’ feature toggle. To enable it in your Grafana Cloud stack, contact Grafana Support.


Generally AvailableAlerting
Release date: 2023-11-08

Contact points list view redesign

The Contact points list view has been redesigned and split into two tabs: Contact Points and Notification Templates, making it easier to view all contact point information at a glance. You can now search for name and type of contact points and integrations, view how many notification policies each contact point is being used for, and navigate directly to the linked notification policies.


ExperimentalTraces
Release date: 2023-11-02

Tempo data source: "Aggregate By" Search option to compute RED metrics over spans aggregated by attribute

We’ve added an Aggregate By option to the TraceQL query editor to leverage Grafana Cloud Traces’ metrics summary API. You can calculate RED metrics (total span count, percent erroring spans, and latency information) for spans of kind=server received in the last hour that match your filter criteria, grouped by whatever attributes you specify. This feature is disabled by default. To enable it, file contact Grafana Support. For more information, refer to the documentation.

Tempo data source: "Aggregate By" Search option to compute RED metrics over spans aggregated by attribute

Generally AvailableAlerting
Release date: 2023-10-30

Alerting insights

Use Alerting insights to monitor your alerting data, discover key trends about your organization’s alert management performance, and find patterns in why things go wrong.


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.