A panel showing list of progress-like items in one board.
- Create a metric query with Table data format
- Go to "Options" tab and select which column to use as bars title and which columns to skip
- Customize Progress List appearance by using other options
For more information, visit the wiki
Progress list can be thought of as many simple Singlestat Panels. But items are generated from the query, rather than defined manually.
- Columns type selection (Key column, Skip Column)
- Tooltip selection (all series/single)
- Value labeling (Prefix, Postfix, Size, Decimals, Null Value)
- Selection by type (absolute/percentage)
- Sorting
- Limitation
- Key labels (Line type (line/inline), size, Alias)
- Coloring (Opacity, pallet, thresholds, key determination)
About development of the plugin.
-
Navigate to either:
<GRAFANA_PATH>/data/plugins
(when Grafana is installed from tarball or source)- or
/var/lib/grafana/plugins
(when Grafana is installed from.deb
/.rpm
package)
-
Download Progress List Panel
wget https://github.com/CorpGlory/grafana-progress-list/archive/v1.0.9.tar.gz
- Unpack downloaded files
tar -zxvf v1.0.9.tar.gz
- Restart grafana-server
- For Grafana installed via Standalone Linux Binaries:
- Stop any running instances of grafana-server
- Start grafana-server by:
$GRAFANA_PATH/bin/grafana-server
- For grafana installed via Package Manager:
- type in
systemctl restart grafana-server
- type in
- For Grafana installed via Standalone Linux Binaries:
You can install Progress List Panel to Grafana in Docker passing it as environment variable (as described in Grafana docs)
docker run \
-p 3000:3000 \
-e "GF_INSTALL_PLUGINS=https://github.com/CorpGlory/grafana-progress-list/archive/v1.0.9.zip;corpglory-progresslist-panel" \
grafana/grafana
- Dicussion on Grafana Community Forum
- Based on Webpack Typescript Template
- more about Grafana from CorpGlory: https://corpglory.com/t/grafana/
- https://github.com/chartwerk/grafana-chartwerk-app -- advanced Grafana plugins from CorpGlory
The plugin is developed by CorpGlory Inc., a company which provides software development, data visualization, Grafana and monitoring consulting services.