Plugins 〉Waterfall Panel


Developer
auxmoney.com


Sign up to receive occasional product news and updates:



Panel
community

Waterfall Panel

  • Overview
  • Installation
  • Change log
  • Related content

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

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 typerequireddescription
timeyesstarting point
numberyesduration in seconds
stringnoname

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.

Credits

  • Icon made from Icon Fonts is licensed by CC BY 3.0

Installing Waterfall Panel on Grafana Cloud:

For more information, visit the docs on plugin installation.

1.0.6 (2021-07-12)

Bug Fixes

  • plugin error message and plugin data check (#13) (bfb0555)

1.0.5 (2021-07-09)

Bug Fixes

1.0.4 (2021-04-01)

Bug Fixes

1.0.3 (2021-01-04)

Bug Fixes

1.0.2 (2021-01-04)

Bug Fixes

  • respect ci skip within release workflow (#4) (f273df4)

1.0.1 (2020-12-21)

Bug Fixes

  • docs: add screenshots and documentation (#3) (88f2a96)

1.0.0 (2020-12-21)

Bug Fixes