Commit 5a5575ef by Diana Payton Committed by GitHub

Docs: Create gauge-panel.md (#24698)

* Create gauge-panel.md

* Create field-configuration-options.md

* Revert "Create field-configuration-options.md"

This reverts commit 65e62d8d1f36b5845851384d8aeb60b2c2a68fad.

* Update gauge-panel.md

Co-authored-by: Daniel Lee <dan.limerick@gmail.com>
parent 5ddc72fb
......@@ -44,7 +44,7 @@ Standard field options are:
You can apply standard field options to the following panel visualizations:
- Bar gauge
- [Bar gauge]({{< relref "visualizations/bar-gauge-panel.md" >}})
- Gauge
- Stat
- Table
......
+++
title = "Gauge panel"
description = "Gauge panel docs"
keywords = ["grafana", "gauge", "gauge panel"]
type = "docs"
aliases = ["/docs/grafana/latest/features/panels/gauge/"]
weight = 300
draft = "true"
+++
# Gauge panel
Gauge is a single value panel that can repeat a gauge for every series, column or row.
{{< docs-imagebox img="/img/docs/v66/gauge_panel_cover.png" max-width="1025px" >}}
## Data and field options
Gauge visualizations allow you to apply:
- Data transformations
- Field settings
- Field overrides
- [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. 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.
- **Orientation -** Choose a stacking direction.
- **Auto -** Grafana selects what it thinks is the best orientation.
- **Horizontal -** Bars stretch horizontally, left to right.
- **Vertical -** Bars stretch vertically, top to bottom.
- **Show threshold labels -** Controls if threshold values are shown.
- **Show threshold markers -** Controls if a thresholds band is shown outside the inner gauge value band.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment