Skip to content

Commit f414b72

Browse files
committed
scylla-manager.1.4: cql metric rename to scylla_manager_healthcheck_cql_rtt_ms
(cherry picked from commit 01407eb)
1 parent 51f9a8a commit f414b72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

grafana/scylla-manager.1.4.template.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"class": "single_stat_panel",
4040
"targets": [
4141
{
42-
"expr": "count(up{job=\"scylla\", cluster=~\"$cluster|$^\"})",
42+
"expr": "count(scylla_manager_healthcheck_cql_rtt_ms{cluster=~\"$cluster|$^\"})",
4343
"intervalFactor": 1,
4444
"legendFormat": "Total Nodes",
4545
"refId": "A",
@@ -204,13 +204,13 @@
204204
"class": "template_variable_single",
205205
"label": "cluster",
206206
"name": "cluster",
207-
"query": "label_values(scylla_manager_cluster_cql_rtt_ms, cluster)"
207+
"query": "label_values(scylla_manager_healthcheck_cql_rtt_ms, cluster)"
208208
},
209209
{
210210
"class": "template_variable_all",
211211
"label": "host",
212212
"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)"
214214
},
215215
{
216216
"class": "template_variable_all",

0 commit comments

Comments
 (0)