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
Copy file name to clipboardExpand all lines: default/data/ui/views/caca_admin.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -265,7 +265,7 @@
265
265
sharing=="user", "🔒 Private",
266
266
1=1, coalesce(sharing, "-"))
267
267
| join type=left pretty_name
268
-
[| mstats avg(_value) as avg_total_load_time WHERE index=caca_metrics AND metric_name="dashboard.load_time" BY pretty_name span=1h
268
+
[search `comment("Get load time metrics if they exist")` | mstats avg(_value) as avg_total_load_time WHERE index=caca_metrics metric_name="dashboard.load_time" BY pretty_name span=1h
269
269
| where _time >= relative_time(now(), "$load_time_period$")
270
270
| stats avg(avg_total_load_time) as avg_total_load_time by pretty_name
0 commit comments