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}.
Note that petraslavotinek/grafana-carpetplot groups the data first by day and then by a selected fragment of a day.
Together with eastcirclek/piechart-panel
- 0.0.2 : fix d3 interpolate
- 0.0.1 : first version