-
-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Alexander Velikiy edited this page Apr 13, 2021
·
28 revisions
For more information, visit the docs on plugin installation .
See the Demo
Suppose you have dataset in table format:
To debug responses from datasources, you can use Grafana Table
Creating a new Progress List Panel with query like this
Default options example:
You could customize Progress List by using options:
-
Key column
- selecting the key column. Values from the selected column will be used to provide titles for progress-bars. -
Skip columns
- removing columns from progress-bars.
Example:
- all series - tooltip will show current values of all series and highlight a serie that is under cursor
- single - tooltip will show only value of a series under cursor.
-
Sorting
- sort progress bars in ascending or descending order -
Limit
- limit the number of displayed progress bars to prevent panel freezing (50 by default)
-
Type
-absolute
orpercentage
values formats. Shows how many percent the value is from maximum inpercentage
type. -
Prefix
- symbols before value label -
Postfix
- symbols after value label -
Size
- Value label font-size in pixels (14px by default) -
Decimals
- to set decimal precision -
Null Value
- overridenull
values in data
-
Title Type
-Separate title line
orinline
formats to display bar and labels (Separate
by default) -
Size
- Label font-size in pixels (14px by default) -
Alias
- a way to rewrite label. Use$__key
variable to access the original title. You can use HTML here.
-
Opacity
- set bars opacity (0.5 by default) -
Type
=pallet
to set bars color by build-in Grafana pallet -
Type
=thresholds
to define two threshold values. <25 = Red, 25:60 = Orange, >60 = Green
-
Type
=key mapping
to determine how each key should look like