mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
Docs: Grafana 8.3 Release Docs - Minor updates (#42609)
* missing panel quick descriptions * Panel rel ref fix * AWS Cloudwatch Metrics to Whats New
This commit is contained in:
parent
9880a843ed
commit
248c71c903
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user