You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Health** - Visual health status (✓ Healthy, ⚠ Warning, ✗ Critical, ☾ Stale)
54
59
60
+
**Note:** The "Avg Total Load Time (ms)" column dynamically updates based on the "Load Time Analysis Period" dropdown selection (24h, 7d, 30d, or 90d), allowing you to analyze performance trends over different time ranges.
| rename pretty_name as "Dashboard Name", app as "App", owner as "Owner", sharing_display as "Sharing", views_7d as "Views (7d)", edits_7d as "Edits (7d)", errors_7d as "Errors (7d)", avg_load_time_7d as "Avg Load (ms)", perf_rating as "Performance", health_badge as "Health", dashboard_link as "Dashboard URI", title_from_uri as "Title"
| rename pretty_name as "Dashboard Name", app as "App", owner as "Owner", sharing_display as "Sharing", views_7d as "Views (7d)", edits_7d as "Edits (7d)", errors_7d as "Errors (7d)", avg_load_time_7d as "Avg Load (ms)", avg_total_load_time as "Avg Total Load Time (ms)", perf_rating as "Performance", health_badge as "Health", dashboard_link as "Dashboard URI", title_from_uri as "Title"
261
277
| sort - "Views (7d)"</query>
262
278
<earliest>$time_range.earliest$</earliest>
263
279
<latest>$time_range.latest$</latest>
@@ -288,6 +304,9 @@
288
304
<formattype="number"field="Avg Load (ms)">
289
305
<optionname="precision">0</option>
290
306
</format>
307
+
<formattype="number"field="Avg Total Load Time (ms)">
0 commit comments