Code Monkey home page Code Monkey logo

grafana-progress-list's Introduction

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.

grafana-progress-list's People

Contributors

jonyrock avatar corpglory-dev avatar rozetko avatar dependabot[bot] avatar mattchaley avatar vargburz avatar amper43 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.