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
Expr: "sum by (app) (rate(src_search_ranking_result_clicked_sum[6h]))/sum by (app) (rate(src_search_ranking_result_clicked_count[6h]))",
645
+
LegendFormat: "all",
646
+
}}
647
+
p.GraphPanel.Tooltip.Shared=true
648
+
}),
649
+
Owner: monitoring.ObservableOwnerSearchCore,
650
+
Interpretation: "The top-most result on the search results has position 0. Low values are considered better. This metric only tracks top-level items and not individual line matches.",
Description: "distribution of clicked search result type over 6h in %",
655
+
Query: "round(sum(increase(src_search_ranking_result_clicked_sum{type=\"commit\"}[6h])) / sum (increase(src_search_ranking_result_clicked_sum[6h]))*100)",
Expr: "round(sum(increase(src_search_ranking_result_clicked_sum{type=\"fileMatch\"}[6h])) / sum (increase(src_search_ranking_result_clicked_sum[6h]))*100)",
665
+
LegendFormat: "fileMatch",
666
+
}, {
667
+
Expr: "round(sum(increase(src_search_ranking_result_clicked_sum{type=\"repo\"}[6h])) / sum (increase(src_search_ranking_result_clicked_sum[6h]))*100)",
668
+
LegendFormat: "repo",
669
+
}}
670
+
p.GraphPanel.Tooltip.Shared=true
671
+
}),
672
+
Owner: monitoring.ObservableOwnerSearchCore,
673
+
Interpretation: "The distribution of clicked search results by result type. At every point in time, the values should sum to 100.",
674
+
},
675
+
},
676
+
},
677
+
},
627
678
628
679
{
629
680
Title: "Sentinel queries (only on sourcegraph.com)",
0 commit comments