Releases: stephenyeargin/hubot-grafana
Releases Β· stephenyeargin/hubot-grafana
Version 1.4.3
- Adds ability to search dashboards and list dashboards by tag (#20)
Version 1.4.2
- Fixes an issue where a templated dashboard would throw a runtime error (Fixes #19)
Version 1.4.0
- Change the
db slug:<panel id>
to reflect the visual count instead of the internal ID for easier reference. (#17)
- Allow
db slug:<title>
to alternatively match which panel you want to find rather than using the counted ID (#18)
Version 1.3.2
- Adds optional Amazon S3 support to copy graphs to a bucket before returning the link (#15)
Version 1.3.1
- Handles the
db list
command for older versions of Grafana; had returned a blank list (#13)
- Allows asynchronous response from the
db list
command to still be sent in order (#14)
Version 1.3.0
- Adds support for templated dashboards; Fixes #7 (#12)
Version 1.2.0
- Add command to list Dashboards, Fixes #6 (#9)
- Modifies a few endpoints to be compatible with breaking changes in v2.0.2+ Grafana (#8, #11)
Version 1.0.0
- Adds the ability to use a
<slug>:<panel id>
format to return only the desired panel; Fixes #1
- Improves handling of templatized dashboards to show the correct titles rather than
$variable
- Allows user to specify a third parameter to set the end of the time window (
to=
); Fixes #2