Skip to content

Add metadata to indicate full dashboard embedding is supported#56077

Merged
edoakes merged 3 commits intoray-project:masterfrom
kshanmol:add-new-dashboard-meta-full-dashboard-embedding
Sep 2, 2025
Merged

Add metadata to indicate full dashboard embedding is supported#56077
edoakes merged 3 commits intoray-project:masterfrom
kshanmol:add-new-dashboard-meta-full-dashboard-embedding

Conversation

@kshanmol
Copy link
Copy Markdown
Contributor

@kshanmol kshanmol commented Aug 29, 2025

Why are these changes needed?

Since we introduced panel groups to Default (#55620) & Data (#55495) dashboards, applications consuming Grafana dashboards can comfortably embed the full dashboard on any UI now (and the other dashboards are pretty usable even without them).

Added a "supportsFullGrafanaView" tag to the rayMeta list in Default Dashboard to indicate to consumers that we support full Grafana dashboard embedding from now on.

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 added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • 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: anmol <anmol@anyscale.com>
@kshanmol kshanmol requested a review from a team as a code owner August 29, 2025 09:25
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds metadata to Grafana dashboards to indicate support for full embedding. The implementation adds this metadata to all dashboards, but according to the description, this feature is only ready for the 'Default' and 'Data' dashboards. I've suggested a change to apply this metadata conditionally to only the supported dashboards to prevent potential rendering issues on other dashboards.

Signed-off-by: anmol <anmol@anyscale.com>
@kshanmol kshanmol added the go add ONLY when ready to merge, run all tests label Aug 29, 2025
@ray-gardener ray-gardener bot added the core Issues that should be addressed in Ray Core label Aug 29, 2025
Signed-off-by: anmol <anmol@anyscale.com>
@kshanmol kshanmol force-pushed the add-new-dashboard-meta-full-dashboard-embedding branch from 67b405f to dc04cdf Compare September 2, 2025 12:35
@edoakes edoakes merged commit abeabdf into ray-project:master Sep 2, 2025
5 checks passed
sampan-s-nayak pushed a commit to sampan-s-nayak/ray that referenced this pull request Sep 8, 2025
…roject#56077)

Since we introduced panel groups to Default
(ray-project#55620) & Data
(ray-project#55495) dashboards, applications
consuming Grafana dashboards can comfortably embed the full dashboard on
any UI now (and the other dashboards are pretty usable even without
them).

Added a `"supportsFullGrafanaView"` tag to the `rayMeta` list in Default
Dashboard to indicate to consumers that we support full Grafana
dashboard embedding from now on.

---------

Signed-off-by: anmol <anmol@anyscale.com>
Co-authored-by: anmol <anmol@anyscale.com>
Signed-off-by: sampan <sampan@anyscale.com>
jugalshah291 pushed a commit to jugalshah291/ray_fork that referenced this pull request Sep 11, 2025
…roject#56077)

Since we introduced panel groups to Default
(ray-project#55620) & Data
(ray-project#55495) dashboards, applications
consuming Grafana dashboards can comfortably embed the full dashboard on
any UI now (and the other dashboards are pretty usable even without
them).

Added a `"supportsFullGrafanaView"` tag to the `rayMeta` list in Default
Dashboard to indicate to consumers that we support full Grafana
dashboard embedding from now on.

---------

Signed-off-by: anmol <anmol@anyscale.com>
Co-authored-by: anmol <anmol@anyscale.com>
Signed-off-by: jugalshah291 <shah.jugal291@gmail.com>
wyhong3103 pushed a commit to wyhong3103/ray that referenced this pull request Sep 12, 2025
…roject#56077)

Since we introduced panel groups to Default
(ray-project#55620) & Data
(ray-project#55495) dashboards, applications
consuming Grafana dashboards can comfortably embed the full dashboard on
any UI now (and the other dashboards are pretty usable even without
them).

Added a `"supportsFullGrafanaView"` tag to the `rayMeta` list in Default
Dashboard to indicate to consumers that we support full Grafana
dashboard embedding from now on.

---------

Signed-off-by: anmol <anmol@anyscale.com>
Co-authored-by: anmol <anmol@anyscale.com>
Signed-off-by: yenhong.wong <yenhong.wong@grabtaxi.com>
dstrodtman pushed a commit that referenced this pull request Oct 6, 2025
Since we introduced panel groups to Default
(#55620) & Data
(#55495) dashboards, applications
consuming Grafana dashboards can comfortably embed the full dashboard on
any UI now (and the other dashboards are pretty usable even without
them).

Added a `"supportsFullGrafanaView"` tag to the `rayMeta` list in Default
Dashboard to indicate to consumers that we support full Grafana
dashboard embedding from now on.

---------

Signed-off-by: anmol <anmol@anyscale.com>
Co-authored-by: anmol <anmol@anyscale.com>
Signed-off-by: Douglas Strodtman <douglas@anyscale.com>
landscapepainter pushed a commit to landscapepainter/ray that referenced this pull request Nov 17, 2025
…roject#56077)

Since we introduced panel groups to Default
(ray-project#55620) & Data
(ray-project#55495) dashboards, applications
consuming Grafana dashboards can comfortably embed the full dashboard on
any UI now (and the other dashboards are pretty usable even without
them).

Added a `"supportsFullGrafanaView"` tag to the `rayMeta` list in Default
Dashboard to indicate to consumers that we support full Grafana
dashboard embedding from now on.

---------

Signed-off-by: anmol <anmol@anyscale.com>
Co-authored-by: anmol <anmol@anyscale.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Issues that should be addressed in Ray Core go add ONLY when ready to merge, run all tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants