{"id":21421605,"url":"https://github.com/corpglory/grafana-progress-list","last_synced_at":"2025-07-14T08:30:45.264Z","repository":{"id":23487873,"uuid":"98986258","full_name":"CorpGlory/grafana-progress-list","owner":"CorpGlory","description":"Progress List: a plugin for Grafana","archived":false,"fork":false,"pushed_at":"2022-12-03T11:10:25.000Z","size":2084,"stargazers_count":49,"open_issues_count":33,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-08T04:05:25.370Z","etag":null,"topics":["grafana","grafana-plugin","plugin","progress-list","typescript","webpack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CorpGlory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"corpglory"}},"created_at":"2017-08-01T09:51:09.000Z","updated_at":"2024-05-15T02:44:22.000Z","dependencies_parsed_at":"2023-01-13T23:22:46.307Z","dependency_job_id":null,"html_url":"https://github.com/CorpGlory/grafana-progress-list","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/CorpGlory/grafana-progress-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorpGlory%2Fgrafana-progress-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorpGlory%2Fgrafana-progress-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorpGlory%2Fgrafana-progress-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorpGlory%2Fgrafana-progress-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CorpGlory","download_url":"https://codeload.github.com/CorpGlory/grafana-progress-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorpGlory%2Fgrafana-progress-list/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265262588,"owners_count":23736422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["grafana","grafana-plugin","plugin","progress-list","typescript","webpack"],"created_at":"2024-11-22T20:36:33.370Z","updated_at":"2025-07-14T08:30:44.841Z","avatar_url":"https://github.com/CorpGlory.png","language":"TypeScript","funding_links":["https://patreon.com/corpglory"],"categories":[],"sub_categories":[],"readme":"# Progress List Panel\n\n\u003cimg width=\"1119\" alt=\"Screenshot 2021-02-16 at 18 24 36\" src=\"https://user-images.githubusercontent.com/66464000/108075841-41640500-7084-11eb-9492-6e958d414b82.png\"\u003e\n\n## About\n\nA panel showing list of progress-like items in one board. \n\n## How To Use\n\n1. Create a metric query with Table data format\n2. Go to \"Options\" tab and select which column to use as bars title and which columns to skip\n3. Customize Progress List appearance by using other options\n\nFor more information, visit the [**wiki**](https://github.com/CorpGlory/grafana-progress-list/wiki)\n\nProgress 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.\n\n## Demo\n\n[Explore demo](https://grafana.corpglory.com/d/2v8-HypGk/progress-list-01-basic?orgId=4)\n\n## Display options \n* Columns type selection (Key column, Skip Column) \n* Tooltip selection (all series/single)\n* Value labeling (Prefix, Postfix, Size, Decimals, Null Value)\n* Selection by type (absolute/percentage)  \n* Sorting\n* Limitation \n* Key labels (Line type (line/inline), size, Alias) \n* Coloring (Opacity, pallet, thresholds, key determination) \n\nAbout [development of the plugin](https://corpglory.com/s/grafana-progress-list/).\n\n\n## Installation\n\n### Linux\n- Navigate to either: \n  - `\u003cGRAFANA_PATH\u003e/data/plugins` (when Grafana is installed from tarball or source) \n  - or `/var/lib/grafana/plugins` (when Grafana is installed from `.deb`/`.rpm` package)\n\n- Download Progress List Panel\n```\nwget https://github.com/CorpGlory/grafana-progress-list/archive/v1.0.9.tar.gz\n```\n\n- Unpack downloaded files\n```\ntar -zxvf v1.0.9.tar.gz\n```\n\n- Restart grafana-server\n  - For Grafana installed via Standalone Linux Binaries:\n    - Stop any running instances of grafana-server\n    - Start grafana-server by:\n      ```$GRAFANA_PATH/bin/grafana-server```\n  - For grafana installed via Package Manager:\n    - type in ```systemctl restart grafana-server```\n\n### Grafana in Docker\nYou 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))\n\n```bash\ndocker run \\\n  -p 3000:3000 \\\n  -e \"GF_INSTALL_PLUGINS=https://github.com/CorpGlory/grafana-progress-list/archive/v1.0.9.zip;corpglory-progresslist-panel\" \\\n  grafana/grafana\n```\n\n## See Also\n* Dicussion on [Grafana Community Forum](https://community.grafana.com/t/progress-list-panel/3286)\n* Based on [Webpack Typescript Template](https://github.com/CorpGlory/grafana-plugin-template-webpack-typescript)\n* more about Grafana from CorpGlory: https://corpglory.com/t/grafana/\n* https://github.com/chartwerk/grafana-chartwerk-app -- advanced Grafana plugins from CorpGlory\n\n## About CorpGlory Inc.\nThe plugin is developed by [CorpGlory Inc.](https://corpglory.com/), a company which provides software development, data visualization, Grafana and monitoring consulting services.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorpglory%2Fgrafana-progress-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorpglory%2Fgrafana-progress-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorpglory%2Fgrafana-progress-list/lists"}