We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d983d commit efac619Copy full SHA for efac619
monitoring/grafana/dashboards/searchers.json
@@ -853,6 +853,10 @@
853
"text": "All",
854
"value": "$__all"
855
},
856
+ "datasource": {
857
+ "type": "prometheus",
858
+ "uid": "${datasource}"
859
+ },
860
"definition": "label_values(quickwit_search_leaf_searches_splits_total,instance)",
861
"hide": 0,
862
"includeAll": true,
@@ -861,16 +865,16 @@
865
"name": "instance",
866
"options": [],
863
867
"query": {
864
- "qryType": 1,
868
"query": "label_values(quickwit_search_leaf_searches_splits_total,instance)",
- "refId": "PrometheusVariableQueryEditor-VariableQuery"
869
+ "refId": "StandardVariableQuery"
870
871
"refresh": 1,
872
"regex": "",
873
"skipUrlSync": false,
874
"sort": 0,
875
"type": "query"
876
}
877
+
878
]
879
880
"time": {
0 commit comments