/carpetplot-panel

Carpet plot planel for Grafana

Primary LanguageJavaScript

Carpet plot

Carpet plot plugin for Grafana. It is different from petraslavotinek/grafana-carpetplot in that it groups time-series data first by time and then by a tag provided by user. You must group by not only time but also a tag to use this carpet plot plugin. Don't forget to specify $tag_yourTagName in the "ALIAS BY" field to avoid long tag names like yourMeasurement.mean {yourTagName: tagValue}. Carpet plot - Screenshot 1 - Query

Carpet plot - Screenshot 2 - Panel

Carpet plot - Screenshot 2 - Panel

Note that petraslavotinek/grafana-carpetplot groups the data first by day and then by a selected fragment of a day.

Changelog

  • 0.0.1 : first version