Skip to content

Commit efac619

Browse files
authored
Fix grafana searchers dashboard (#5455)
wrong datasource
1 parent 26d983d commit efac619

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

monitoring/grafana/dashboards/searchers.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,10 @@
853853
"text": "All",
854854
"value": "$__all"
855855
},
856+
"datasource": {
857+
"type": "prometheus",
858+
"uid": "${datasource}"
859+
},
856860
"definition": "label_values(quickwit_search_leaf_searches_splits_total,instance)",
857861
"hide": 0,
858862
"includeAll": true,
@@ -861,16 +865,16 @@
861865
"name": "instance",
862866
"options": [],
863867
"query": {
864-
"qryType": 1,
865868
"query": "label_values(quickwit_search_leaf_searches_splits_total,instance)",
866-
"refId": "PrometheusVariableQueryEditor-VariableQuery"
869+
"refId": "StandardVariableQuery"
867870
},
868871
"refresh": 1,
869872
"regex": "",
870873
"skipUrlSync": false,
871874
"sort": 0,
872875
"type": "query"
873876
}
877+
874878
]
875879
},
876880
"time": {

0 commit comments

Comments
 (0)