Skip to content

CorpGlory/grafana-progress-list

Repository files navigation

Progress List Panel

Screenshot 2021-02-16 at 18 24 36

About

A panel showing list of progress-like items in one board.

How To Use

  1. Create a metric query with Table data format
  2. Go to "Options" tab and select which column to use as bars title and which columns to skip
  3. 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.

Demo

Explore demo

Display options

  • 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.

Installation

Linux

  • 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

Grafana in Docker

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

See Also

About CorpGlory Inc.

The plugin is developed by CorpGlory Inc., a company which provides software development, data visualization, Grafana and monitoring consulting services.