Skip to content

Commit c02a25c

Browse files
committed
Fix missing metric_name filter in Gems panel
1 parent 3d15777 commit c02a25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default/data/ui/views/poop_deck.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<title>💎 The Gems - Most Valuable Dashboards (Last 30 Days)</title>
129129
<table>
130130
<search>
131-
<query>| mstats sum(_value) as metric_value WHERE index=caca_metrics BY pretty_name, metric_name, app span=1d
131+
<query>| mstats sum(_value) as metric_value WHERE index=caca_metrics AND metric_name="dashboard.*" BY pretty_name, metric_name, app span=1d
132132
| where _time >= relative_time(now(), "-30d")
133133
| stats sum(metric_value) as total by pretty_name, metric_name, app
134134
| eval metric_type=case(

0 commit comments

Comments
 (0)