* Docs: combines all SAML topics into one topic (#49443)
* combines all SAML topics
* resolves merge conflicts
* makes prettier
(cherry picked from commit 8c84d62e3d)
* Fix broken relrefs
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
co-authored by
Jack Baldry
parent
adac77dd1f
commit
4b5adfb1ba
@@ -13,28 +13,28 @@ Grafana offers a variety of visualizations to support different use cases. This
|
||||
> **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 "../panels/working-with-panels/add-panel.md" >}}) documentation.
|
||||
|
||||
- Graphs & charts
|
||||
- [Time series]({{< relref "./time-series/_index.md" >}}) is the default and main Graph visualization.
|
||||
- [State timeline]({{< relref "./state-timeline.md" >}}) for state changes over time.
|
||||
- [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" >}}) 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.
|
||||
- [Time series]({{< relref "time-series/_index.md" >}}) is the default and main Graph visualization.
|
||||
- [State timeline]({{< relref "state-timeline.md" >}}) for state changes over time.
|
||||
- [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" >}}) 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.
|
||||
- [Bar gauge]({{< relref "./bar-gauge-panel.md" >}}) is a horizontal or vertical bar gauge.
|
||||
- [Stat]({{< relref "stat-panel.md" >}}) for big stats and optional sparkline.
|
||||
- [Gauge]({{< relref "gauge-panel.md" >}}) is a normal radial gauge.
|
||||
- [Bar gauge]({{< relref "bar-gauge-panel.md" >}}) is a horizontal or vertical bar gauge.
|
||||
- Misc
|
||||
- [Table]({{< relref "./table/_index.md" >}}) is the main and only table visualization.
|
||||
- [Logs]({{< relref "./logs-panel.md" >}}) is the main visualization for logs.
|
||||
- [Node Graph]({{< relref "./node-graph.md" >}}) for directed graphs or networks.
|
||||
- [Traces]({{< relref "./traces.md" >}}) is the main visualization for traces.
|
||||
- [Table]({{< relref "table/_index.md" >}}) is the main and only table visualization.
|
||||
- [Logs]({{< relref "logs-panel.md" >}}) is the main visualization for logs.
|
||||
- [Node Graph]({{< relref "node-graph.md" >}}) for directed graphs or networks.
|
||||
- [Traces]({{< relref "traces.md" >}}) is the main visualization for traces.
|
||||
- Widgets
|
||||
- [Dashboard list]({{< relref "./dashboard-list-panel.md" >}}) can list dashboards.
|
||||
- [Alert list]({{< relref "./alert-list-panel.md" >}}) can list alerts.
|
||||
- [Text panel]({{< relref "./text-panel.md" >}}) can show markdown and html.
|
||||
- [News panel]({{< relref "./news-panel.md" >}}) can show RSS feeds.
|
||||
- [Dashboard list]({{< relref "dashboard-list-panel.md" >}}) can list dashboards.
|
||||
- [Alert list]({{< relref "alert-list-panel.md" >}}) can list alerts.
|
||||
- [Text panel]({{< relref "text-panel.md" >}}) can show markdown and html.
|
||||
- [News panel]({{< relref "news-panel.md" >}}) can show RSS feeds.
|
||||
|
||||
## Get more
|
||||
|
||||
@@ -46,11 +46,11 @@ Below you can find some good examples for how all the visualizations in Grafana
|
||||
|
||||
### Graphs
|
||||
|
||||
For time based line, area and bar charts we recommend the default [Time series]({{< relref "./time-series/_index.md" >}}) visualization. [This public demo dashboard](https://play.grafana.org/d/000000016/1-time-series-graphs?orgId=1) contains many different examples for how this visualization can be configured and styled.
|
||||
For time based line, area and bar charts we recommend the default [Time series]({{< relref "time-series/_index.md" >}}) visualization. [This public demo dashboard](https://play.grafana.org/d/000000016/1-time-series-graphs?orgId=1) contains many different examples for how this visualization can be configured and styled.
|
||||
|
||||
{{< figure src="/static/img/docs/time-series-panel/time_series_small_example.png" max-width="700px" caption="Time series" >}}
|
||||
|
||||
For categorical data use the [Bar chart]({{< relref "./bar-chart.md" >}}) visualization.
|
||||
For categorical data use the [Bar chart]({{< relref "bar-chart.md" >}}) visualization.
|
||||
|
||||
{{< figure src="/static/img/docs/bar-chart-panel/barchart_small_example.png" max-width="700px" caption="Bar chart" >}}
|
||||
|
||||
@@ -62,29 +62,29 @@ The [Stat](stat-panel/) visualization shows one large stat value with an optiona
|
||||
|
||||
### Gauge
|
||||
|
||||
If you want to present a value as it relates to a min and max value you have two options. First a standard [Radial Gauge]({{< relref "./gauge-panel.md" >}}) shown below.
|
||||
If you want to present a value as it relates to a min and max value you have two options. First a standard [Radial Gauge]({{< relref "gauge-panel.md" >}}) shown below.
|
||||
|
||||
{{< figure src="/static/img/docs/v66/gauge_panel_cover.png" max-width="700px" >}}
|
||||
|
||||
Secondly Grafana also has a horizontal or vertical [Bar gauge]({{< relref "./bar-gauge-panel.md" >}}) with three different distinct display modes.
|
||||
Secondly Grafana also has a horizontal or vertical [Bar gauge]({{< relref "bar-gauge-panel.md" >}}) with three different distinct display modes.
|
||||
|
||||
{{< figure src="/static/img/docs/v66/bar_gauge_lcd.png" max-width="700px" >}}
|
||||
|
||||
### Table
|
||||
|
||||
To show data in a table layout, use the [Table]({{< relref "./table/_index.md" >}}) visualization.
|
||||
To show data in a table layout, use the [Table]({{< relref "table/_index.md" >}}) visualization.
|
||||
|
||||
{{< figure src="/static/img/docs/tables/table_visualization.png" max-width="700px" lightbox="true" caption="Table visualization" >}}
|
||||
|
||||
### Pie chart
|
||||
|
||||
Grafana now ships with an included [Pie chart]({{< relref "./pie-chart-panel.md" >}}) visualization.
|
||||
Grafana now ships with an included [Pie chart]({{< relref "pie-chart-panel.md" >}}) visualization.
|
||||
|
||||
{{< figure src="/static/img/docs/pie-chart-panel/pie-chart-example.png" max-width="700px" lightbox="true" caption="Pie chart visualization" >}}
|
||||
|
||||
### Heatmaps
|
||||
|
||||
To show value distribution over, time use the [heatmap]({{< relref "./heatmap.md" >}}) visualization.
|
||||
To show value distribution over, time use the [heatmap]({{< relref "heatmap.md" >}}) visualization.
|
||||
|
||||
{{< figure src="/static/img/docs/v43/heatmap_panel_cover.jpg" max-width="1000px" lightbox="true" caption="Heatmap" >}}
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ The Candlestick panel allows you to visualize data that includes a number of con
|
||||
|
||||
{{< figure src="/static/img/docs/candlestick-panel/candlestick-panel-8-3.png" max-width="1200px" caption="Candlestick panel" >}}
|
||||
|
||||
The Candlestick panel builds upon the foundation of the [time series]({{< relref "./time-series/_index.md" >}}) panel and includes many common configuration settings.
|
||||
The Candlestick panel builds upon the foundation of the [time series]({{< relref "time-series/_index.md" >}}) panel and includes many common configuration settings.
|
||||
|
||||
## Mode
|
||||
|
||||
@@ -56,4 +56,4 @@ The candlestick panel will attempt to map fields to the appropriate dimension. T
|
||||
|
||||
## Additional fields
|
||||
|
||||
The candlestick panel is based on the time series panel. It can visualization additional data dimensions beyond open, high, low, close, and volume The **Include** and **Ignore** options allow the panel to visualize other included data such as simple moving averages, Bollinger bands and more, using the same styles and configurations available in the [time series]({{< relref "./time-series/_index.md" >}}) panel.
|
||||
The candlestick panel is based on the time series panel. It can visualization additional data dimensions beyond open, high, low, close, and volume The **Include** and **Ignore** options allow the panel to visualize other included data such as simple moving averages, Bollinger bands and more, using the same styles and configurations available in the [time series]({{< relref "time-series/_index.md" >}}) panel.
|
||||
|
||||
@@ -16,7 +16,7 @@ weight: 500
|
||||
|
||||
# Graph panel (old)
|
||||
|
||||
> **Note:** [Time series panel]({{< relref "./time-series/_index.md" >}}) visualization is going to replace the Graph panel visualization in a future release.
|
||||
> **Note:** [Time series panel]({{< relref "time-series/_index.md" >}}) visualization is going to replace the Graph panel visualization in a future release.
|
||||
|
||||
The graph panel can render metrics as a line, a path of dots, or a series of bars. This type of graph is versatile enough to display almost any time-series data.
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@ Enables value inspection from table cell. The raw value is presented in a modal
|
||||
|
||||
## Column filter
|
||||
|
||||
You can temporarily change how column data is displayed. For example, you can order values from highest to lowest or hide specific values. For more information, refer to [Filter table columns]({{< relref "./filter-table-columns.md" >}}).
|
||||
You can temporarily change how column data is displayed. For example, you can order values from highest to lowest or hide specific values. For more information, refer to [Filter table columns]({{< relref "filter-table-columns.md" >}}).
|
||||
|
||||
## Pagination
|
||||
|
||||
|
||||
@@ -37,11 +37,11 @@ Choose which of the [standard calculations]({{< relref "../../panels/calculation
|
||||
|
||||
Use these options to choose how to display your time series data.
|
||||
|
||||
- [Graph time series as lines]({{< relref "./graph-time-series-as-lines.md" >}})
|
||||
- [Graph time series as bars]({{< relref "./graph-time-series-as-bars.md" >}})
|
||||
- [Graph time series as points]({{< relref "./graph-time-series-as-points.md" >}})
|
||||
- [Graph stacked time series]({{< relref "./graph-time-series-stacking.md" >}})
|
||||
- [Graph and color schemes]({{< relref "./graph-color-scheme.md" >}})
|
||||
- [Graph time series as lines]({{< relref "graph-time-series-as-lines.md" >}})
|
||||
- [Graph time series as bars]({{< relref "graph-time-series-as-bars.md" >}})
|
||||
- [Graph time series as points]({{< relref "graph-time-series-as-points.md" >}})
|
||||
- [Graph stacked time series]({{< relref "graph-time-series-stacking.md" >}})
|
||||
- [Graph and color schemes]({{< relref "graph-color-scheme.md" >}})
|
||||
|
||||
### Transform
|
||||
|
||||
|
||||
@@ -109,7 +109,7 @@ Gradient color is generated based on the hue of the line color.
|
||||
|
||||
#### Scheme
|
||||
|
||||
In this mode the whole bar will use a color gradient defined by your Color scheme. For more information, refer to [Apply color to series and fields]({{< relref "../../panels/working-with-panels/apply-color-to-series.md" >}}). There is more information on this option in [Graph and color scheme]({{< relref "./graph-color-scheme.md" >}}).
|
||||
In this mode the whole bar will use a color gradient defined by your Color scheme. For more information, refer to [Apply color to series and fields]({{< relref "../../panels/working-with-panels/apply-color-to-series.md" >}}). There is more information on this option in [Graph and color scheme]({{< relref "graph-color-scheme.md" >}}).
|
||||
|
||||
{{< figure src="/static/img/docs/time-series-panel/gradient_mode_scheme_bars.png" max-width="1200px" caption="Gradient color scheme mode" >}}
|
||||
|
||||
|
||||
@@ -114,7 +114,7 @@ Gradient color is generated based on the hue of the line color.
|
||||
|
||||
#### Scheme
|
||||
|
||||
In this mode the whole line will use a color gradient defined by your Color scheme. For more information, refer to [Apply color to series and fields]({{< relref "../../panels/working-with-panels/apply-color-to-series.md" >}}). There is more information on this option in [Graph and color scheme]({{< relref "./graph-color-scheme.md" >}}).
|
||||
In this mode the whole line will use a color gradient defined by your Color scheme. For more information, refer to [Apply color to series and fields]({{< relref "../../panels/working-with-panels/apply-color-to-series.md" >}}). There is more information on this option in [Graph and color scheme]({{< relref "graph-color-scheme.md" >}}).
|
||||
|
||||
{{< figure src="/static/img/docs/time-series-panel/gradient_mode_scheme_line.png" max-width="1200px" caption="Gradient mode scheme" >}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user