Skip to content

Commit 5f267e3

Browse files
committed
Update searchers dashboard for split_search_outcome metric
Replace deprecated leaf_searches_splits_total metric with the new split_search_outcome_total metric introduced in #6001. The new metric tracks split search outcomes by category (cache_hit, pruned, cancelled, success, etc.).
1 parent b6f853f commit 5f267e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

monitoring/grafana/dashboards/searchers.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,17 +108,17 @@
108108
},
109109
"disableTextWrap": false,
110110
"editorMode": "builder",
111-
"expr": "quickwit_search_leaf_searches_splits_total{instance=~\"$instance\"}",
111+
"expr": "quickwit_search_split_search_outcome_total{instance=~\"$instance\"}",
112112
"fullMetaSearch": false,
113113
"includeNullMetadata": true,
114114
"instant": false,
115-
"legendFormat": "{{instance}}",
115+
"legendFormat": "{{instance}} {{category}}",
116116
"range": true,
117117
"refId": "A",
118118
"useBackend": false
119119
}
120120
],
121-
"title": "Leaf search splits",
121+
"title": "Split search outcome",
122122
"type": "timeseries"
123123
},
124124
{
@@ -857,15 +857,15 @@
857857
"type": "prometheus",
858858
"uid": "${datasource}"
859859
},
860-
"definition": "label_values(quickwit_search_leaf_searches_splits_total,instance)",
860+
"definition": "label_values(quickwit_search_split_search_outcome_total,instance)",
861861
"hide": 0,
862862
"includeAll": true,
863863
"label": "Instance",
864864
"multi": false,
865865
"name": "instance",
866866
"options": [],
867867
"query": {
868-
"query": "label_values(quickwit_search_leaf_searches_splits_total,instance)",
868+
"query": "label_values(quickwit_search_split_search_outcome_total,instance)",
869869
"refId": "StandardVariableQuery"
870870
},
871871
"refresh": 1,

0 commit comments

Comments
 (0)