Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corpglory/grafana-progress-list
Progress List: a plugin for Grafana
https://github.com/corpglory/grafana-progress-list
grafana grafana-plugin plugin progress-list typescript webpack
Last synced: about 1 month ago
JSON representation
Progress List: a plugin for Grafana
- Host: GitHub
- URL: https://github.com/corpglory/grafana-progress-list
- Owner: CorpGlory
- License: mit
- Created: 2017-08-01T09:51:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T11:10:25.000Z (about 2 years ago)
- Last Synced: 2023-11-17T23:50:13.571Z (about 1 year ago)
- Topics: grafana, grafana-plugin, plugin, progress-list, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 1.99 MB
- Stars: 50
- Watchers: 6
- Forks: 10
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Progress List Panel
## 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 optionsFor more information, visit the [**wiki**](https://github.com/CorpGlory/grafana-progress-list/wiki)
Progress list can be thought of as many simple [Singlestat Panels](http://docs.grafana.org/features/panels/singlestat/). But items are generated from the query, rather than defined manually.
## Demo
[Explore demo](https://grafana.corpglory.com/d/2v8-HypGk/progress-list-01-basic?orgId=4)
## 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](https://corpglory.com/s/grafana-progress-list/).
## Installation
### Linux
- Navigate to either:
- `/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](http://docs.grafana.org/installation/docker/#installing-plugins-from-other-sources))```bash
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
* Dicussion on [Grafana Community Forum](https://community.grafana.com/t/progress-list-panel/3286)
* Based on [Webpack Typescript Template](https://github.com/CorpGlory/grafana-plugin-template-webpack-typescript)
* more about Grafana from CorpGlory: https://corpglory.com/t/grafana/
* https://github.com/chartwerk/grafana-chartwerk-app -- advanced Grafana plugins from CorpGlory## About CorpGlory Inc.
The plugin is developed by [CorpGlory Inc.](https://corpglory.com/), a company which provides software development, data visualization, Grafana and monitoring consulting services.