Skip to content
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

Allow overriding the UID of the default grafana dashboard exported by ray #32270

Merged

Conversation

alanwguo
Copy link
Contributor

@alanwguo alanwguo commented Feb 7, 2023

cherry-pick of #32255

Signed-off-by: Alan Guo aguo@anyscale.com

This lets users with their own grafana setups to have multiple dashboards, one per ray instance. Without this change, each dashboard would have the same uid and replace each other in the grafana DB.

Why are these changes needed?

Related issue number

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

… ray (ray-project#32255)

Signed-off-by: Alan Guo <aguo@anyscale.com>

This lets users with their own grafana setups to have multiple dashboards, one per ray instance. Without this change, each dashboard would have the same uid and replace each other in the grafana DB.
@alanwguo
Copy link
Contributor Author

alanwguo commented Feb 7, 2023

Manully testing this PR in nightly first, then will open for review

…ject#32279)

In ray-project#32255 , i added a new env var to customize grafana dashboard uid. I forgot to use this var in the overview page.
I also made the "View in Grafana" button take the user directly to the dashboard instead of the homepage of Grafana.

Signed-off-by: Alan Guo aguo@anyscale.com
@alanwguo alanwguo marked this pull request as ready for review February 9, 2023 22:25
Copy link
Collaborator

@zhe-thoughts zhe-thoughts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved for cherry picking into 2.3.0. The change is critical and contained within Dashboard

@cadedaniel cadedaniel merged commit b31d749 into ray-project:releases/2.3.0 Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants