Skip to content

Commit 1005488

Browse files
kshanmolanmol
authored andcommitted
Add metadata to indicate full dashboard embedding is supported (ray-project#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>
1 parent 3bc1cbe commit 1005488

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ray/dashboard/modules/metrics/dashboards/default_grafana_dashboard_base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
}
164164
]
165165
},
166+
"rayMeta": ["supportsFullGrafanaView"],
166167
"time": {
167168
"from": "now-30m",
168169
"to": "now"

0 commit comments

Comments
 (0)