-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hubot-grafana does not work for Grafana 8 #138
Comments
me too, |
slug deprecated in Grafana v5.0, What should we do |
I have created a patch to support Grafana 8. This patch may not be compatible with older Grafana, so it will be difficult to merge this in. |
/cc #68 So with this change, what should the user interaction expectation be for working with a specific dashboard? Can we no longer have a command that shorthands it out to |
Reviewing the search API, I don't see a way to guarantee that we always return a single dashboard if we were to try and transform an existing user-friendly URI. It seems like a lot to ask for folks to learn a nine-character, case-sensitive UID to pull up their dashboard. I see a handful of ways forward:
/cc @torkelo if you'd like to weigh in. |
I think this is the better way. |
Making a note that the test coverage is rather extensive for this package. I started the process of updating it, but it will take a few sessions to get it all done. |
In Grafana 8,
GET /dashboards/db/:slug
has been removed. hubot-grafana has used that API endpoint, so it does not work for Grafana 8 😢hubot-grafana/src/grafana.coffee
Lines 185 to 187 in 1f94916
The text was updated successfully, but these errors were encountered: