From 694bc4b1ed292e66d02058c1ecce4c5b7dddfdaa Mon Sep 17 00:00:00 2001 From: Amal <56926487+amalkurup89@users.noreply.github.com> Date: Sat, 9 May 2020 22:41:26 +0530 Subject: [PATCH] Correction in documentation (#24474) --- docs/sources/features/panels/singlestat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/features/panels/singlestat.md b/docs/sources/features/panels/singlestat.md index e2f7a5cea2c..e870f8b2a8d 100755 --- a/docs/sources/features/panels/singlestat.md +++ b/docs/sources/features/panels/singlestat.md @@ -31,7 +31,7 @@ The singlestat panel has a normal query editor to allow you define your exact me * **first** - The first value in the series * **delta** - The total incremental increase (of a counter) in the series. An attempt is made to account for counter resets, but this will only be accurate for single instance metrics. Used to show total counter increase in time series. * **diff** - The difference between 'current' (last value) and 'first'. - * **range** - The difference between 'min' and 'max'. Useful the show the range of change for a gauge. + * **range** - The difference between 'min' and 'max'. Useful to show the range of change for a gauge. 2. **Prefix/Postfix**: The Prefix/Postfix fields let you define a custom label to appear *before/after* the value. The `$__name` variable can be used here to use the series name or alias from the metric query. 3. **Units**: Units are appended to the Singlestat within the panel, and will respect the color and threshold settings for the value. 4. **Decimals**: The Decimal field allows you to override the automatic decimal precision, and set it explicitly.