File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
"class" : " single_stat_panel" ,
40
40
"targets" : [
41
41
{
42
- "expr" : " count(up{job= \" scylla \" , cluster=~\" $cluster|$^\" })" ,
42
+ "expr" : " count(scylla_manager_healthcheck_cql_rtt_ms{ cluster=~\" $cluster|$^\" })" ,
43
43
"intervalFactor" : 1 ,
44
44
"legendFormat" : " Total Nodes" ,
45
45
"refId" : " A" ,
204
204
"class" : " template_variable_single" ,
205
205
"label" : " cluster" ,
206
206
"name" : " cluster" ,
207
- "query" : " label_values(scylla_manager_cluster_cql_rtt_ms , cluster)"
207
+ "query" : " label_values(scylla_manager_healthcheck_cql_rtt_ms , cluster)"
208
208
},
209
209
{
210
210
"class" : " template_variable_all" ,
211
211
"label" : " host" ,
212
212
"name" : " host" ,
213
- "query" : " label_values(scylla_manager_cluster_cql_rtt_ms {cluster=~\" $cluster|$^\" }, host)"
213
+ "query" : " label_values(scylla_manager_healthcheck_cql_rtt_ms {cluster=~\" $cluster|$^\" }, host)"
214
214
},
215
215
{
216
216
"class" : " template_variable_all" ,
You can’t perform that action at this time.
0 commit comments