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

Fix overview page to work with the new DASHBOARD_UID env var #32279

Merged
merged 1 commit into from
Feb 7, 2023

Conversation

alanwguo
Copy link
Contributor

@alanwguo alanwguo commented Feb 7, 2023

In #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

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 :(

Signed-off-by: Alan Guo <aguo@anyscale.com>
@rkooo567 rkooo567 merged commit ce5a21a into ray-project:master Feb 7, 2023
@rkooo567
Copy link
Contributor

rkooo567 commented Feb 7, 2023

Let's make sure to do one last manual testing after merging this PR!

@alanwguo
Copy link
Contributor Author

alanwguo commented Feb 7, 2023

Let's make sure to do one last manual testing after merging this PR!

+1 Testing End to end!

alanwguo added a commit to alanwguo/ray that referenced this pull request Feb 7, 2023
…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
cadedaniel pushed a commit that referenced this pull request Feb 9, 2023
… ray (#32270)

* Allow overriding the UID of the default grafana dashboard exported by ray (#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.

* Fix overview page to work with the new DASHBOARD_UID env var (#32279)

In #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

---------

Signed-off-by: Alan Guo aguo@anyscale.com
edoakes pushed a commit to edoakes/ray that referenced this pull request Mar 22, 2023
…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
Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
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.

2 participants