Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auxmoney/grafana-waterfall-panel
Grafana panel to visualize a single time series as waterfall
https://github.com/auxmoney/grafana-waterfall-panel
grafana grafana-panel waterfall
Last synced: about 2 months ago
JSON representation
Grafana panel to visualize a single time series as waterfall
- Host: GitHub
- URL: https://github.com/auxmoney/grafana-waterfall-panel
- Owner: auxmoney
- License: mit
- Created: 2020-11-11T06:56:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-12T06:50:22.000Z (over 3 years ago)
- Last Synced: 2023-03-06T00:27:43.114Z (almost 2 years ago)
- Topics: grafana, grafana-panel, waterfall
- Language: TypeScript
- Homepage:
- Size: 327 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Waterfall panel
This panel is intended to visualize a single time series as a waterfall panel, e.g. to show dependencies between jobs
running in parallel in a build pipeline, or a series of HTTP requests.![Image of a drawn panel](https://github.com/auxmoney/grafana-waterfall-panel/raw/main/src/img/auxmoney-waterfall-panel.png)
# Configuration
After installation, you can add a new panel type "Waterfall Panel" to your dashboards.
## Expected fields
The panel can only handle a single time series, and the time series can consist of these fields:
| field type | required | description |
| ---------- | -------- | ------------------- |
| time | yes | starting point |
| number | yes | duration in seconds |
| string | no | name |Make sure you select the fields of the time series as a "Table"!
The time frame will be calculated automatically and creates the panel frame. Each tuple will be represented by a bar in
the panel, starting at its "starting point" and taking up space relative to its "duration".## Display configuration
* "Show inline bar labels" will show the labels inside the bars. The labels are populated from the string field.
* "Show duration in bar labels" will show the duration in seconds inside the bars.
* "Bar color" is for changing the color of the bars.
* "Value Time Units" is currently hardcoded to "seconds", but will be expanded in future versions.# Development
Please refer to the [development guide](https://github.com/auxmoney/grafana-waterfall-panel/blob/main/docs/DEVELOPMENT.md).
# Credits
* Icon made from Icon Fonts is licensed by CC BY 3.0