Docs: Update links for 7.0 (#24751)
* update menu * updated alert list * Update alert-list-panel.md * Update alert-list-panel.md * Update bar-gauge-panel.md * Delete bar_gauge.md * Delete dashlist.md * Update dashboard-list-panel.md * deleted old panels * Update gauge-panel.md * Update graph-panel.md * Update heatmap.md * Update logs-panel.md * Update news-panel.md * Updated stat panel * Update table-panel.md * Update text-panel.md * Fixed broken links * Update _index.md * Update alerts-overview.md * Update add-a-panel.md * Update field-configuration-options.md * removed beta text * Update inspect-panel.md * Update panel-editor.md * Update thresholds.md * Update transformations.md * Update _index.md * Update _index.md * Update _index.md * Update _index.md * Update _index.md * Update transformations.md
This commit is contained in:
@@ -3,7 +3,7 @@ title = "Visualizations"
|
||||
type = "docs"
|
||||
[menu.docs]
|
||||
identifier = "visualizations"
|
||||
weight = 4
|
||||
weight = 600
|
||||
+++
|
||||
|
||||
# Visualizations
|
||||
|
||||
@@ -6,14 +6,12 @@ aliases = ["/docs/grafana/latest/reference/alertlist/", "/docs/grafana/latest/fe
|
||||
[menu.docs]
|
||||
name = "alert-list-panel"
|
||||
parent = "visualizations"
|
||||
weight = 750
|
||||
draft = "true"
|
||||
weight = 100
|
||||
+++
|
||||
|
||||
|
||||
# Alert list panel
|
||||
|
||||
The alert list panel allows you to display your dashboards alerts. You can configure the list to show current state or recent state changes. You can read more about alerts in [Alerting rules](http://docs.grafana.org/alerting/alerts-overview).
|
||||
The alert list panel allows you to display your dashboards alerts. You can configure the list to show current state or recent state changes. You can read more about alerts in [Alerts overview]({{< relref "../../alerting/alerts-overview.md" >}}).
|
||||
|
||||
{{< docs-imagebox img="/img/docs/v45/alert-list-panel.png" max-width="850px" >}}
|
||||
|
||||
@@ -47,7 +45,7 @@ These options allow you to limit alerts shown to only those that match the query
|
||||
|
||||
### State filter
|
||||
|
||||
Choose what alert states to display in this panel.
|
||||
Choose which alert states to display in this panel.
|
||||
- Ok
|
||||
- Paused
|
||||
- No data
|
||||
|
||||
@@ -4,8 +4,7 @@ description = "Bar gauge panel docs"
|
||||
keywords = ["grafana", "bar", "bar gauge"]
|
||||
type = "docs"
|
||||
aliases =["/docs/grafana/latest/features/panels/bar_gauge/"]
|
||||
weight = 400
|
||||
draft = "true"
|
||||
weight = 200
|
||||
+++
|
||||
|
||||
# Bar gauge panel
|
||||
@@ -19,18 +18,16 @@ This panel can show one or more bar gauges depending on how many series, rows, o
|
||||
## Data and field options
|
||||
|
||||
Bar gauge visualizations allow you to apply:
|
||||
- Data transformations
|
||||
- Field settings
|
||||
- Field overrides
|
||||
- [Data transformations]({{< relref "../transformations.md" >}})
|
||||
- [Field configuration options and overrides]({{< relref "../field-configuration-options.md" >}})
|
||||
- [Thresholds]({{< relref "../thresholds.md" >}})
|
||||
- Value mappings
|
||||
|
||||
## Display options
|
||||
|
||||
Use the following options to refine your visualization:
|
||||
|
||||
- **Show -** Choose how Grafana displays your data.
|
||||
- **Calculate -** Show a calculated value based on all rows.
|
||||
- **Calculate -** Show a calculated value based on all rows. For a list of available calculations, refer to [List of calculations]({{< relref "../calculations-list.md" >}}).
|
||||
- **All values -** Show a separate stat for every row. If you select this option, then you can also select a **Limit**, or the maximum number of rows to display.
|
||||
- **Value -** Select a reducer function that Grafana will use to reduce many fields to a single value. Click the **Value** list to see functions and brief descriptions.
|
||||
- **Orientation -** Choose a stacking direction.
|
||||
|
||||
@@ -6,8 +6,7 @@ aliases = ["/docs/grafana/latest/reference/dashlist/", "/docs/grafana/latest/fea
|
||||
[menu.docs]
|
||||
name = "Dashboard list"
|
||||
parent = "visualizations"
|
||||
weight = 800
|
||||
draft = "true"
|
||||
weight = 300
|
||||
+++
|
||||
|
||||
# Dashboard list panel
|
||||
|
||||
@@ -4,8 +4,7 @@ description = "Gauge panel docs"
|
||||
keywords = ["grafana", "gauge", "gauge panel"]
|
||||
type = "docs"
|
||||
aliases = ["/docs/grafana/latest/features/panels/gauge/"]
|
||||
weight = 300
|
||||
draft = "true"
|
||||
weight = 400
|
||||
+++
|
||||
|
||||
# Gauge panel
|
||||
@@ -17,11 +16,10 @@ Gauge is a single value panel that can repeat a gauge for every series, column o
|
||||
## Data and field options
|
||||
|
||||
Gauge visualizations allow you to apply:
|
||||
- Data transformations
|
||||
- Field settings
|
||||
- Field overrides
|
||||
- [Thresholds]({{< relref "../thresholds.md">}})
|
||||
- Value mappings
|
||||
|
||||
- [Data transformations]({{< relref "../transformations.md" >}})
|
||||
- [Field configuration options and overrides]({{< relref "../field-configuration-options.md" >}})
|
||||
- [Thresholds]({{< relref "../thresholds.md" >}})
|
||||
|
||||
## Display options
|
||||
|
||||
|
||||
@@ -5,8 +5,7 @@ type = "docs"
|
||||
aliases = ["/docs/grafana/latest/reference/graph/", "/docs/grafana/latest/features/panels/graph/"]
|
||||
[menu.docs]
|
||||
parent = "visualizations"
|
||||
weight = 100
|
||||
draft = "true"
|
||||
weight = 500
|
||||
+++
|
||||
|
||||
# Graph panel
|
||||
@@ -16,8 +15,8 @@ This visualization is the most-used in the Grafana ecosystem. It can render as a
|
||||
## Data and field options
|
||||
|
||||
Graph visualizations allow you to apply:
|
||||
- Data transformations
|
||||
- Alerts - This is the only type of visualization that allows you to set alerts. For more information, see [LINK TO UPDATED ALERTING TOPIC]
|
||||
- [Data transformations]({{< relref "../transformations.md" >}})
|
||||
- [Alerts](../../alerting/alerts-overview.md) - This is the only type of visualization that allows you to set alerts.
|
||||
- [Thresholds]({{< relref "../thresholds.md" >}})
|
||||
|
||||
## Display options
|
||||
|
||||
@@ -7,8 +7,7 @@ aliases =["/docs/grafana/latest/features/panels/heatmap/"]
|
||||
[menu.docs]
|
||||
name = "Heatmap"
|
||||
parent = "visualizations"
|
||||
weight = 700
|
||||
draft = "true"
|
||||
weight = 600
|
||||
+++
|
||||
|
||||
# Heatmap
|
||||
@@ -18,6 +17,7 @@ The Heatmap panel visualization allows you to view histograms over time. For mor
|
||||

|
||||
|
||||
## Axes options
|
||||
|
||||
Use these settings to adjust how axes are displayed in your visualization.
|
||||
|
||||
### Y Axis
|
||||
@@ -84,7 +84,6 @@ By default, Grafana calculates cell colors based on minimum and maximum buckets
|
||||
- **Min -** Minimum value using for cell color calculation. If bucket value less than Min, it will be mapped to the "minimum" color. Default is series min value.
|
||||
- **Max -** Maximum value using for cell color calculation. If bucket value greater than Max, it will be mapped to the "maximum" color. Default is series max value.
|
||||
|
||||
|
||||
### Legend
|
||||
|
||||
Choose whether to display the heatmap legend on the visualization or not.
|
||||
|
||||
@@ -6,8 +6,7 @@ aliases = ["/docs/grafana/latest/reference/logs/", "/docs/grafana/latest/feature
|
||||
[menu.docs]
|
||||
name = "Logs panel"
|
||||
parent = "visualizations"
|
||||
weight = 900
|
||||
draft = "true"
|
||||
weight = 700
|
||||
+++
|
||||
|
||||
# Logs panel
|
||||
|
||||
@@ -5,8 +5,7 @@ type = "docs"
|
||||
[menu.docs]
|
||||
name = "news-panel"
|
||||
parent = "visualizations"
|
||||
weight = 850
|
||||
draft = "false"
|
||||
weight = 800
|
||||
+++
|
||||
|
||||
## News panel
|
||||
|
||||
@@ -4,8 +4,7 @@ description = "Stat panel documentation"
|
||||
keywords = ["grafana", "docs", "stat panel"]
|
||||
type = "docs"
|
||||
aliases =["/docs/grafana/latest/features/panels/stat/"]
|
||||
weight = 200
|
||||
draft = "true"
|
||||
weight = 900
|
||||
+++
|
||||
|
||||
# Stat panel
|
||||
@@ -15,12 +14,12 @@ The Stat panel shows a one large stat value with an optional graph sparkline. Yo
|
||||
{{< docs-imagebox img="/img/docs/v66/stat_panel_dark3.png" max-width="1025px" caption="Stat panel" >}}
|
||||
|
||||
## Data and field options
|
||||
|
||||
Stat visualizations allow you to apply:
|
||||
- Data transformations
|
||||
- Field settings
|
||||
- Field overrides
|
||||
- [Thresholds]({{< relref "../thresholds.md">}})
|
||||
- Value mappings
|
||||
|
||||
- [Data transformations]({{< relref "../transformations.md" >}})
|
||||
- [Field configuration options and overrides]({{< relref "../field-configuration-options.md" >}})
|
||||
- [Thresholds]({{< relref "../thresholds.md" >}})
|
||||
|
||||
## Automatic layout adjustment
|
||||
|
||||
|
||||
@@ -6,26 +6,23 @@ aliases = ["/docs/grafana/latest/reference/table/", "/docs/grafana/latest/featur
|
||||
[menu.docs]
|
||||
name = "Table panel"
|
||||
parent = "visualizations"
|
||||
weight = 500
|
||||
draft = "true"
|
||||
weight = 1000
|
||||
+++
|
||||
|
||||
|
||||
# Table panel
|
||||
|
||||
The table panel is very flexible, supporting multiple modes for time series and for
|
||||
tables, annotation, and raw JSON data. This panel also provides date formatting, value formatting, and coloring options.
|
||||
The table panel is very flexible, supporting multiple modes for time series and for tables, annotation, and raw JSON data. This panel also provides date formatting, value formatting, and coloring options.
|
||||
|
||||
<img class="screenshot" src="/assets/img/features/table-panel.png">
|
||||
|
||||
To view table panels in action and test different configurations with sample data, check out the [Table Panel Showcase in the Grafana Playground](ADD LINK TEXT).
|
||||
|
||||
## Data and field options
|
||||
|
||||
Tables visualizations allow you to apply:
|
||||
|
||||
- Data transformations
|
||||
- Field options
|
||||
- Field option overrides
|
||||
- [Data transformations]({{< relref "../transformations.md" >}})
|
||||
- [Field configuration options and overrides]({{< relref "../field-configuration-options.md" >}})
|
||||
- [Thresholds]({{< relref "../thresholds.md" >}})
|
||||
|
||||
## Display options
|
||||
|
||||
- **Show header -** Show or hide column names imported from your data source..
|
||||
|
||||
@@ -6,8 +6,7 @@ aliases = ["/docs/grafana/latest/reference/alertlist/", "/docs/grafana/latest/fe
|
||||
[menu.docs]
|
||||
name = "text-panel"
|
||||
parent = "visualizations"
|
||||
weight = 700
|
||||
draft = "false"
|
||||
weight = 1100
|
||||
+++
|
||||
|
||||
# Text panel
|
||||
|
||||
Reference in New Issue
Block a user