Files
grafana/docs/sources/panels/visualizations/gauge-panel.md
T
achatterjee-grafana c4c0e0253d Transformations changes (#27716)
* Chunking out the long Transformation topic. Also, updated TOC. Local build looks fine.

* More changes.

* More re-arranging of content. Fixed links in Types and Options page.

* Capitalization changes.

* Changes to Overview section.

* Fixed merge conflicts.

* Fixed typo to fix build failure.

* Update docs/sources/panels/transformations/types-options.md

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

* Changes from Diana.

* Fixed a typo in a relref.

* Fixed broken link.

* Update link in Troubleshooting topic.

* Added changes.

* Fixed a bunch of broken links.

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-09-22 18:41:32 -04:00

1.5 KiB

+++ title = "Gauge panel" description = "Gauge panel docs" keywords = ["grafana", "gauge", "gauge panel"] type = "docs" aliases = ["/docs/grafana/latest/features/panels/gauge/"] weight = 400 +++

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]({{< relref "../transformations/_index.md" >}})
  • [Field options and overrides]({{< relref "../field-options.md" >}})
  • [Thresholds]({{< relref "../thresholds.md" >}})

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 threshold band is shown outside the inner gauge value band.