grafana/public/app/plugins/panel/stat
2023-01-23 14:28:44 -05:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
common.ts Chore: some type fixes (#59030) 2022-11-29 15:52:08 +00:00
module.tsx Kindsys: Unique names for composable kind TS types (#61928) 2023-01-23 18:03:44 +00:00
panelcfg.cue panels: Remove redundant import package from cue defs (#61949) 2023-01-23 14:28:44 -05:00
panelcfg.gen.ts panels: Remove redundant import package from cue defs (#61949) 2023-01-23 14:28:44 -05:00
plugin.json TimeSeries: Make timeseries the default panel and remove beta state (#33639) 2021-05-05 13:19:14 +02:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
StatMigrations.test.ts Chore: some type fixes (#59030) 2022-11-29 15:52:08 +00:00
StatMigrations.ts Kindsys: Unique names for composable kind TS types (#61928) 2023-01-23 18:03:44 +00:00
StatPanel.tsx Kindsys: Unique names for composable kind TS types (#61928) 2023-01-23 18:03:44 +00:00
suggestions.ts Kindsys: Unique names for composable kind TS types (#61928) 2023-01-23 18:03:44 +00:00

Singlestat Panel - Native Plugin

The Singlestat 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.

Read more about it here:

http://docs.grafana.org/reference/singlestat/