From 248c71c9032a881ba0fa7776dfe32afca4320ada Mon Sep 17 00:00:00 2001 From: Petros Kolyvas Date: Wed, 1 Dec 2021 16:06:01 -0400 Subject: [PATCH] Docs: Grafana 8.3 Release Docs - Minor updates (#42609) * missing panel quick descriptions * Panel rel ref fix * AWS Cloudwatch Metrics to Whats New --- docs/sources/visualizations/_index.md | 8 ++++---- docs/sources/whatsnew/whats-new-in-v8-3.md | 10 ++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/sources/visualizations/_index.md b/docs/sources/visualizations/_index.md index b327a3cdce0..8c1d22ae6af 100644 --- a/docs/sources/visualizations/_index.md +++ b/docs/sources/visualizations/_index.md @@ -8,7 +8,7 @@ aliases = ["/docs/grafana/latest/panels/visualizations/"] Grafana offers a variety of visualizations to support different use cases. This section of the documentation highlights the built-in panels, their options and typical usage. -> **Note:** If you are unsure which visualization to pick, Grafana can provide visualization suggestions based on the panel query. When you select a visualization, Grafana will show a preview with that visualization applied. For more information, see the [add a panel]({{< relref "../pnaels/add-a-panel.md" >}}) documentation. +> **Note:** If you are unsure which visualization to pick, Grafana can provide visualization suggestions based on the panel query. When you select a visualization, Grafana will show a preview with that visualization applied. For more information, see the [add a panel]({{< relref "../pangit cels/add-a-panel.md" >}}) documentation. - Graphs & charts - [Time series]({{< relref "./time-series/_index.md" >}}) is the default and main Graph visualization. @@ -16,9 +16,9 @@ Grafana offers a variety of visualizations to support different use cases. This - [Status history]({{< relref "./status-history.md" >}}) for periodic state over time. - [Bar chart]({{< relref "./bar-chart.md" >}}) shows any categorical data. - [Histogram]({{< relref "./histogram.md" >}}) calculates and shows value distribution in a bar chart. - - [Heatmap]({{< relref "./heatmap.md" >}}). - - [Pie chart]({{< relref "./pie-chart-panel.md" >}}). - - [Candlestick]({{< relref "./candlestick.md" >}}). + - [Heatmap]({{< relref "./heatmap.md" >}}) visualizes data in two dimensions, used typically for the magnitude of a phenomenon. + - [Pie chart]({{< relref "./pie-chart-panel.md" >}}) is typically used where proportionality is important. + - [Candlestick]({{< relref "./candlestick.md" >}}) is typically for financial data where the focus is price/data movement. - Stats & numbers - [Stat]({{< relref "./stat-panel.md" >}}) for big stats and optional sparkline. - [Gauge]({{< relref "./gauge-panel.md" >}}) is a normal radial gauge. diff --git a/docs/sources/whatsnew/whats-new-in-v8-3.md b/docs/sources/whatsnew/whats-new-in-v8-3.md index 6e5ab60620f..d3cbfc0456a 100644 --- a/docs/sources/whatsnew/whats-new-in-v8-3.md +++ b/docs/sources/whatsnew/whats-new-in-v8-3.md @@ -52,6 +52,16 @@ Grafana Alerting is now the default alerting experience for all new Open Source {{< figure src="/static/img/docs/alerting/alerting_8_0.png" max-width="1200px" caption="Grafana Alerting" >}} +## Support for AWS CloudWatch Metrics Insights + +Grafana and Amazon Managed Grafana now support AWS Metrics Insights – a fast, flexible, SQL-based query engine that enables you to identify trends and patterns across millions of operational metrics in real time. + +You can use Metrics Insights in the AWS CloudWatch plugin. Using this new feature is as simple as selecting the Metric Query type. The Metric Query type has two different modes: a Builder mode and a Code editor mode. + +The example below demonstrates using the new Metrics Insight capability to view the top 5 instances with the highest average CPU Utilization, ordered by maximum, in descending order. The code editor has built-in autocompletion support that gives suggestions throughout the composition of the query. + +{{< figure src="/static/img/docs/cloudwatch/metric-insights.gif" max-width="1200px" caption="Grafana Alerting" >}} + # Grafana Enterprise ## Recorded Queries