Docs: order Cloud what's new entries by date (#76839)

* Ordered entries by date

* Added ordering guidance to readme
This commit is contained in:
Isabel 2023-10-19 16:58:48 -04:00 committed by GitHub
parent d29af5ec08
commit ca86dab48b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 209 additions and 207 deletions

View File

@ -37,6 +37,8 @@ If the feature is not going to be released outside of Grafana Cloud, omit the HT
The release date of the feature, fully written out. For example: September 12, 2023.
Add your feature in order by date. Dates are in descending order from the top of the page (that is, the top of the page has the most recently released features).
## _`CLOUD AVAILABILITY`_
One of the following [release life cycle stages](https://grafana.com/docs/release-life-cycle/):

View File

@ -39,34 +39,6 @@ _Generally available in Grafana Cloud_
Use Alerting insights to monitor your alerting data, discover key trends about your organizations alert management performance, and find patterns in why things go wrong.
## Correlations editor in Explore
<!-- Kristina Durivage -->
<!-- OSS, Enterprise -->
<!-- already in on-prem -->
October 3, 2023
_Available in public preview in Grafana Cloud_
Creating correlations has just become easier. Try out our new correlations editor in **Explore** by selecting the **+ Add > Add correlation** option from the top bar or from the command palette. The editor shows all possible places where you can place data links and guides you through building and testing target queries. For more information, refer to [the documentation](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/administration/correlations/).
To enable this feature, contact Grafana Support.
## Create correlations for provisioned data sources
<!-- Piotr Jamróz -->
<!-- OSS, Enterprise -->
<!-- already in on-prem -->
September 13, 2023
_Available in public preview in Grafana Cloud_
You can now create correlations using either the **Administration** page or provisioning, regardless of whether a data source was provisioned or not. In previous versions of Grafana, if a data source was provisioned, the only way to add correlations to it was also with provisioning. Now, that's no longer the case, and you can easily create new correlations mixing both methods—using the **Administration** page or provisioning.
To enable this feature, contact Grafana Support.
## Tempo data source: "Aggregate By" Search option to compute RED metrics over spans aggregated by attribute
<!-- Joey Tawadrous, Jen Villa -->
@ -84,6 +56,63 @@ For more information, refer to the [documentation](https://grafana.com/docs/graf
{{< figure src="/media/docs/tempo/metrics-summary-10-2.png" caption="Aggregate by" >}}
## Support for dashboard variables in transformations
<!-- Oscar Kilhed, Victor Marin -->
<!-- already in on-prem -->
October 24, 2023
_Experimental in Grafana Cloud_
Previously, the only transformation that supported [dashboard variables](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/dashboards/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:
{{< figure src="/media/docs/grafana/transformations/completion.png" caption="Input with dashboard variable suggestions" >}}
## Role mapping support for Google OIDC
<!-- Jo Guerreiro -->
<!-- already in on-prem -->
October 24, 2023
_Generally available in Grafana Cloud_
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](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/setup-grafana/configure-security/configure-authentication/google/) to learn how to use these new options.
## Multiple spansets per trace
<!-- Joey Tawadrous -->
<!-- OSS, Enterprise -->
October 24, 2023
_Generally available in Grafana Cloud_
The [TraceQL query editor](https://grafana.com/docs/tempo/<TEMPO_VERSION>/traceql/#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`.
{{< figure src="/media/docs/tempo/multiple-spansets-per-trace-10-2.png" max-width="750px" caption="Multiple spansets per trace" >}}
## Temporary credentials in CloudWatch data source
<!-- Michael Mandrus, Ida Štambuk, Sarah Zinger -->
<!-- Cloud -->
October 24, 2023
_Available in private preview in Grafana Cloud_
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.
To learn more, refer to the [CloudWatch authentication documentation](/docs/grafana/next/datasources/aws-cloudwatch/aws-authentication).
## No basic role
<!-- Eric Leijonmarck -->
@ -114,6 +143,57 @@ Introducing Content Outline in Grafana **Explore**. We recognized the challenges
{{< video-embed src="/media/docs/grafana/explore/content-outline-demo.mp4" >}}
## Public dashboards
<!-- Thanos Karachalios -->
<!-- Enterprise -->
October 12, 2023
_Generally Available in Grafana Cloud_
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](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/dashboards/dashboard-public/), as well as the following video demo:
{{< video-embed src="/media/docs/grafana/dashboards/public-dashboards-demo.mp4" >}}
## Correlations editor in Explore
<!-- Kristina Durivage -->
<!-- OSS, Enterprise -->
<!-- already in on-prem -->
October 3, 2023
_Available in public preview in Grafana Cloud_
Creating correlations has just become easier. Try out our new correlations editor in **Explore** by selecting the **+ Add > Add correlation** option from the top bar or from the command palette. The editor shows all possible places where you can place data links and guides you through building and testing target queries. For more information, refer to [the documentation](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/administration/correlations/).
To enable this feature, contact Grafana Support.
## Improved TraceQL query editor
<!-- Fabrizio Casati -->
<!-- OSS, Enterprise -->
October 3, 2023
_Generally available in Grafana Cloud_
The [TraceQL query editor](https://grafana.com/docs/tempo/latest/traceql/#traceql-query-editor) has been improved to facilitate the creation of TraceQL queries. In particular, it now features improved autocompletion, syntax highlighting, and error reporting.
{{< video-embed src="/media/docs/tempo/screen-recording-grafana-10.2-traceql-query-editor-improvements.mp4" >}}
## Recorded queries: Record multiple metrics from a single query
<!-- Kyle Brandt, Observability Metrics -->
<!-- Enterprise -->
October 3, 2023
_Generally available in Grafana Cloud_
With recorded queries, a single recorded query can now record multiple metrics.
## Issues snapshot in Kubernetes Monitoring
<!-- Beverly Buchanan -->
@ -133,6 +213,67 @@ To provide quicker identification and troubleshooting, the home page contains a
(Release 1.3.1)
{{< figure max-width="80%" src="/media/docs/grafana-cloud/k8s/K8smon-snapshotview.png" caption="Home page snapshot view" >}}
## Tenant database instance name and number for SAP HANA® data source
<!-- Miguel Palau -->
<!-- OSS, Enterprise -->
September 25, 2023
_Generally available in Grafana Cloud_
The SAP HANA® data source now supports tenant databases connections by using the database name and/or instance number. For more information, refer to [SAP HANA® configuration](/docs/plugins/grafana-saphana-datasource/latest/#configuration).
{{< video-embed src="/media/docs/sap-hana/tenant.mp4" >}}
## Distributed tracing in Grafana Cloud k6
<!-- Heitor Tashiro Sergent -->
September 19, 2023
_Generally available in Grafana Cloud_
You can now use the Grafana Cloud Traces integration with Grafana Cloud k6 to quickly debug failed performance tests and proactively improve application reliability.
Distributed tracing in Grafana Cloud k6 only requires two things:
- An application instrumented for tracing with Grafana Cloud Traces.
- Adding a few lines of code to your existing k6 scripts.
The integration works by having k6 inject tracing metadata into the requests it sends to your backend services when you run a test. The tracing data is then correlated with k6 test run data, so you can understand how your services and operations behaved during the whole test run. The collected tracing data is aggregated to generate real-time metrics—such as frequency of calls, error rates, and percentile latencies—that can help you narrow your search space and quickly spot anomalies.
To learn more, refer to the [Integration with Grafana Cloud Traces documentation](/docs/grafana-cloud/k6/analyze-results/integration-with-grafana-cloud-traces/) and [Distributed Tracing in Grafana Cloud k6 blog post](https://grafana.com/blog/2023/09/19/troubleshoot-failed-performance-tests-faster-with-distributed-tracing-in-grafana-cloud-k6/).
## New browse dashboards
<!-- Yaelle Chaudy for Frontend Platform -->
<!-- OSS, Enterprise -->
September 19, 2023
_Generally available in Grafana Cloud_
The new browse dashboards interface features a more compact design, making it easier to navigate, search for, and manage for your folders and dashboards. The new interface also has many performance improvements, especially for instances with a large number of folders and dashboards.
To make using folders easier and more consistent, there is no longer a special **General** folder. Dashboards without a folder, or dashboards previously in **General**, are now shown at the root level.
To learn more, refer to the following video demo.
{{< video-embed src="/media/docs/grafana/2023-09-11-New-Browse-Dashboards-Enablement-Video.mp4" >}}
## Streamlined configuration of Kubernetes Monitoring
<!-- Beverly Buchanan -->
September 15, 2023
_Generally available in Grafana Cloud_
Configure with [Grafana Kubernetes Monitoring Helm chart](https://grafana.com/docs/grafana-cloud/monitor-infrastructure/kubernetes-monitoring/configuration/config-k8s-agent-flow) using a streamlined process. With this method, you can set on/off switches to gather metrics, logs, events, traces, and cost metrics. (Release 1.2.0)
{{< figure max-width="60%" src="/media/docs/grafana-cloud/k8s/k8smon-config-wizard.png" caption="Configuration wizard" >}}
## Tabs navigation in Kubernetes Monitoring
<!-- Beverly Buchanan -->
@ -167,18 +308,6 @@ Click **Predict Memory usage** to predict namespace memory usage on the namespac
{{< figure max-width="50%" src="/media/docs/grafana-cloud/k8s/k8smon-predict-memusage-namespace.png" caption="**Predict Memory usage** button" >}}
## Streamlined configuration of Kubernetes Monitoring
<!-- Beverly Buchanan -->
September 15, 2023
_Generally available in Grafana Cloud_
Configure with [Grafana Kubernetes Monitoring Helm chart](https://grafana.com/docs/grafana-cloud/monitor-infrastructure/kubernetes-monitoring/configuration/config-k8s-agent-flow) using a streamlined process. With this method, you can set on/off switches to gather metrics, logs, events, traces, and cost metrics. (Release 1.2.0)
{{< figure max-width="60%" src="/media/docs/grafana-cloud/k8s/k8smon-config-wizard.png" caption="Configuration wizard" >}}
## Traces collection with Kubernetes Monitoring
<!-- Beverly Buchanan -->
@ -199,94 +328,32 @@ _Generally available in Grafana Cloud_
The Kafka integration is available for use in Kubernetes Monitoring. (Release 1.3.6)
## Public dashboards
## Create correlations for provisioned data sources
<!-- Thanos Karachalios -->
<!-- Enterprise -->
October 12, 2023
_Generally Available in Grafana Cloud_
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](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/dashboards/dashboard-public/), as well as the following video demo:
{{< video-embed src="/media/docs/grafana/dashboards/public-dashboards-demo.mp4" >}}
## Support for dashboard variables in transformations
<!-- Oscar Kilhed, Victor Marin -->
<!-- Piotr Jamróz -->
<!-- OSS, Enterprise -->
<!-- already in on-prem -->
October 24, 2023
September 13, 2023
_Experimental in Grafana Cloud_
_Available in public preview in Grafana Cloud_
Previously, the only transformation that supported [dashboard variables](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/dashboards/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.
You can now create correlations using either the **Administration** page or provisioning, regardless of whether a data source was provisioned or not. In previous versions of Grafana, if a data source was provisioned, the only way to add correlations to it was also with provisioning. Now, that's no longer the case, and you can easily create new correlations mixing both methods—using the **Administration** page or provisioning.
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:
To enable this feature, contact Grafana Support.
{{< figure src="/media/docs/grafana/transformations/completion.png" caption="Input with dashboard variable suggestions" >}}
## Grafana OnCall integration for Alerting
## Role mapping support for Google OIDC
<!-- Jo Guerreiro -->
<!-- already in on-prem -->
October 24, 2023
_Generally available in Grafana Cloud_
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](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/setup-grafana/configure-security/configure-authentication/google/) to learn how to use these new options.
## Distributed tracing in Grafana Cloud k6
<!-- Heitor Tashiro Sergent -->
September 19, 2023
_Generally available in Grafana Cloud_
You can now use the Grafana Cloud Traces integration with Grafana Cloud k6 to quickly debug failed performance tests and proactively improve application reliability.
Distributed tracing in Grafana Cloud k6 only requires two things:
- An application instrumented for tracing with Grafana Cloud Traces.
- Adding a few lines of code to your existing k6 scripts.
The integration works by having k6 inject tracing metadata into the requests it sends to your backend services when you run a test. The tracing data is then correlated with k6 test run data, so you can understand how your services and operations behaved during the whole test run. The collected tracing data is aggregated to generate real-time metrics—such as frequency of calls, error rates, and percentile latencies—that can help you narrow your search space and quickly spot anomalies.
To learn more, refer to the [Integration with Grafana Cloud Traces documentation](/docs/grafana-cloud/k6/analyze-results/integration-with-grafana-cloud-traces/) and [Distributed Tracing in Grafana Cloud k6 blog post](https://grafana.com/blog/2023/09/19/troubleshoot-failed-performance-tests-faster-with-distributed-tracing-in-grafana-cloud-k6/).
## Tenant database instance name and number for SAP HANA® data source
<!-- Miguel Palau -->
<!-- Brenda Muir -->
<!-- OSS, Enterprise -->
September 25, 2023
September 13, 2023
_Generally available in Grafana Cloud_
The SAP HANA® data source now supports tenant databases connections by using the database name and/or instance number. For more information, refer to [SAP HANA® configuration](/docs/plugins/grafana-saphana-datasource/latest/#configuration).
Use the Grafana Alerting - Grafana OnCall integration to effortlessly connect alerts generated by Grafana Alerting with Grafana OnCall. From there, you can route them according to defined escalation chains and schedules.
{{< video-embed src="/media/docs/sap-hana/tenant.mp4" >}}
## Log aggregation for Datadog data source
<!-- Taewoo Kim -->
<!-- OSS, Enterprise -->
August 31, 2023
_Generally available in Grafana Cloud_
The Datadog data source now supports log aggregation. This feature helps aggregate logs/events into buckets and compute metrics and time series. For more information, refer to [Datadog log aggregation](/docs/plugins/grafana-datadog-datasource/latest#logs-analytics--aggregation).
{{< video-embed src="/media/docs/datadog/datadog-log-aggregation.mp4" >}}
To learn more, refer to the [Grafana OnCall integration for Alerting documentation](/docs/grafana/next/alerting/alerting-rules/manage-contact-points/configure-oncall/).
## API throttling for Datadog data source
@ -303,6 +370,32 @@ To learn more, refer to [Datadog data source settings](/docs/plugins/grafana-dat
{{< video-embed src="/media/docs/datadog/datadog-rate-limit.mp4" >}}
## Log aggregation for Datadog data source
<!-- Taewoo Kim -->
<!-- OSS, Enterprise -->
August 31, 2023
_Generally available in Grafana Cloud_
The Datadog data source now supports log aggregation. This feature helps aggregate logs/events into buckets and compute metrics and time series. For more information, refer to [Datadog log aggregation](/docs/plugins/grafana-datadog-datasource/latest#logs-analytics--aggregation).
{{< video-embed src="/media/docs/datadog/datadog-log-aggregation.mp4" >}}
## Permission validation on custom role creation and update
<!-- Mihaly Gyongyosi -->
<!-- Cloud -->
<!-- already in on-prem -->
August 25, 2023
_Generally available in Grafana Cloud_
With the current release, we enabled RBAC permission validation (`rbac.permission_validation_enabled` setting) by default. This means that the permissions provided in the request during custom role creation or update are validated against the list of [available permissions and their scopes](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/administration/roles-and-permissions/access-control/custom-role-actions-scopes/#action-definitions). If the request contains a permission that is not available or the scope of the permission is not valid, the request is rejected with an error message.
## Query-type template variables for Tempo data source
<!-- Fabrizio Casati -->
@ -317,96 +410,3 @@ The Tempo data source now supports query-type template variables. With this upda
To learn more, refer to the following video demo, as well as the [Grafana Variables documentation](/docs/grafana/next/dashboards/variables/).
{{< video-embed src="/media/docs/tempo/screen-recording-grafana-10.2-tempo-query-type-template-variables.mp4" >}}
## Improved TraceQL query editor
<!-- Fabrizio Casati -->
<!-- OSS, Enterprise -->
October 3, 2023
_Generally available in Grafana Cloud_
The [TraceQL query editor](https://grafana.com/docs/tempo/latest/traceql/#traceql-query-editor) has been improved to facilitate the creation of TraceQL queries. In particular, it now features improved autocompletion, syntax highlighting, and error reporting.
{{< video-embed src="/media/docs/tempo/screen-recording-grafana-10.2-traceql-query-editor-improvements.mp4" >}}
## Grafana OnCall integration for Alerting
<!-- Brenda Muir -->
<!-- OSS, Enterprise -->
September 13, 2023
_Generally available in Grafana Cloud_
Use the Grafana Alerting - Grafana OnCall integration to effortlessly connect alerts generated by Grafana Alerting with Grafana OnCall. From there, you can route them according to defined escalation chains and schedules.
To learn more, refer to the [Grafana OnCall integration for Alerting documentation](/docs/grafana/next/alerting/alerting-rules/manage-contact-points/configure-oncall/).
## New browse dashboards
<!-- Yaelle Chaudy for Frontend Platform -->
<!-- OSS, Enterprise -->
September 19, 2023
_Generally available in Grafana Cloud_
The new browse dashboards interface features a more compact design, making it easier to navigate, search for, and manage for your folders and dashboards. The new interface also has many performance improvements, especially for instances with a large number of folders and dashboards.
To make using folders easier and more consistent, there is no longer a special **General** folder. Dashboards without a folder, or dashboards previously in **General**, are now shown at the root level.
To learn more, refer to the following video demo.
{{< video-embed src="/media/docs/grafana/2023-09-11-New-Browse-Dashboards-Enablement-Video.mp4" >}}
## Multiple spansets per trace
<!-- Joey Tawadrous -->
<!-- OSS, Enterprise -->
October 24, 2023
_Generally available in Grafana Cloud_
The [TraceQL query editor](https://grafana.com/docs/tempo/<TEMPO_VERSION>/traceql/#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`.
{{< figure src="/media/docs/tempo/multiple-spansets-per-trace-10-2.png" max-width="750px" caption="Multiple spansets per trace" >}}
## Temporary credentials in CloudWatch data source
<!-- Michael Mandrus, Ida Štambuk, Sarah Zinger -->
<!-- Cloud -->
October 24, 2023
_Available in private preview in Grafana Cloud_
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.
To learn more, refer to the [CloudWatch authentication documentation](/docs/grafana/next/datasources/aws-cloudwatch/aws-authentication).
## Recorded queries: Record multiple metrics from a single query
<!-- Kyle Brandt, Observability Metrics -->
<!-- Enterprise -->
October 3, 2023
_Generally available in Grafana Cloud_
With recorded queries, a single recorded query can now record multiple metrics.
## Permission validation on custom role creation and update
<!-- Mihaly Gyongyosi -->
<!-- Cloud -->
<!-- already in on-prem -->
August 25, 2023
_Generally available in Grafana Cloud_
With the current release, we enabled RBAC permission validation (`rbac.permission_validation_enabled` setting) by default. This means that the permissions provided in the request during custom role creation or update are validated against the list of [available permissions and their scopes](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/administration/roles-and-permissions/access-control/custom-role-actions-scopes/#action-definitions). If the request contains a permission that is not available or the scope of the permission is not valid, the request is rejected with an error message.