Stat panel: Update out-of-date README (#63160)

* baldm0mma/chore/updateREADME/ update the readme for the statpanel

* baldm0mma/chore/updateREADME/ annos

* baldm0mma/chore/updateREADME/ update info with copy from docs

* baldm0mma/chore/updateREADME/ update caps

* baldm0mma/chore/updateREADME/ rem letter

* baldm0mma/chore/updateREADME/ update language

* baldm0mma/chore/updateREADME/ update spelling
This commit is contained in:
Jev Forsberg 2023-02-22 14:12:00 -07:00 committed by GitHub
parent 356e2e1933
commit f94b957333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,18 @@
# Singlestat Panel - Native Plugin
# Stat panel - Native Plugin
The Singlestat Panel is **included** with Grafana.
The Stat panel is **included** with Grafana.
The Singlestat Panel allows you to show the one main summary stat of a SINGLE series. It reduces the series into a single number (by looking at the max, min, average, or sum of values in the series). Singlestat also provides thresholds to color the stat or the Panel background. It can also translate the single number into a text value, and show a sparkline summary of the series.
The Stat panel visualization shows one large statistic with an optional graph sparkline. The background or value color can be controlled using thresholds.
Read more about it here:
By default, the Stat panel displays one of the following:
[http://docs.grafana.org/reference/singlestat/](http://docs.grafana.org/reference/singlestat/)
- The value for a single series or field.
- The value and name for multiple series or fields.
The Text mode can be used to control whether the text is displayed or not.
The Stat panel is a replacement for the Singlestat panel, which was deprecated in Grafana v7.0 and removed in Grafana v8.4. Learn more about the now removed Singlestat panel [here](https://grafana.com/docs/grafana/v8.4/visualizations/stat-panel/).
Read more about Stat panel on the docs page:
[https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/stat/](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/stat/)