Skip to content

ymmt07039/grafana-gantt-panel

 
 

Repository files navigation

Gantt for Grafana

Build Release Marketplace Downloads License Twitter

A panel plugin for Grafana to visualize Gantt charts.

Gantt charts display a list of tasks over time, where each task is visualized using a bar with a start and an end time.

Features

  • Identify bottlenecks where one or more tasks are running significantly longer than others
  • Compare recurring sets of tasks by grouping them, such as data pipelines that run in regular intervals.
  • Display additional metadata from your data source as labels

Screenshot

Configuration

This section lists the available configuration options for the Gantt panel.

Panel options

Experiments

By enabling experiments, you can try out new features that we're working on. Experiments can be unstable and may break your panel. Use at your own risk.

Dimensions

Option Description
Text Name of the field to use for task labels. Defaults to the first string field.
Start time Name of the field to use for value. Defaults to the first time field.
End time Name of the field to use for value. Defaults to the second time field.
Group by Name of the field to use to group tasks. When grouping tasks, the time interval is set to the start of the first task and the end of the last task in the group.
Labels Fields to use as labels in the tooltip.

As some data sources don't yet support time fields, the plugin supports selecting string and number fields as start and end time:

  • If you select a string field, values need to be ISO 8601 strings
  • If you select a number field, values need to be Unix timestamps in milliseconds

Display

Option Description
Sort by Dimension to sort tasks by.
Sort order Order in which to sort the tasks.

About

A panel plugin for Grafana to visualize Gantt charts.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.7%
  • JavaScript 2.3%