-
Notifications
You must be signed in to change notification settings - Fork 34
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
fluster report: specify data source in the report link #607
Conversation
The default datasource has switched unexpectedly after Grafana upgrade. I fixed it for that dashboard, so there's no need for this change. Let's keep the links in emails as short as possible. |
Actually, you can remove this whole piece of the URLs: |
You will need to at least remove |
Let's reopen this, as the links are still broken because of that. |
I think it's better to specify the exact data source in the URL rather than relying on the default one. |
Sure. I'll approve this, if you prefer it this way. Feel free to merge. However, Grafana is difficult to keep stable in general, since there's a lot manual work involved in setting everything up, and upgrades shift things, so other things may break as well. FWIW, it's better to make as little assumptions as possible about the way it works (like how datasources are identified), in case they change. That's also why I suggest making URLs as short as possible. |
If shortening the URL is better from Grafana's pov, let's go with that. |
Shorten the report link by removing the below part: `orgId=1&var-platform=All&var-datasource=default`. Signed-off-by: Jeny Sadadia <[email protected]>
195fe3b
to
8586ee0
Compare
var-datasource=default
in the fluster test summary link leads toplayground
rather thanproduction
on the dashboard. Specify the exact data source instead of relying on the default value.