Release 3.0.0
🚨 Breaking Change
This version drops support for Grafana 5 or earlier, and has only been tested with Grafana 8. It also relies exclusively on the uid
of the dashboard rather than the legacy slug
. If you run into trouble with this version and are running an earlier version of Grafana, we suggest downgrading back to v2.5.2
.
We also recommend the hubot-alias
package if the new UID keys are too cumbersome to remember. In the example below, the uid
is 7h3u1d
, and we're requesting the second panel.
User> hubot alias graf-lb=graf db 7h3u1d:2 now-20m
Changes
- Support for Grafana 8 (#139)