Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 14, 2023
1 parent 1d7b98d commit cd733d4
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"exemplar": true,
"expr": "avg by(wsrep_cluster_name)(mysql_galera_variables_info{namespace=~\"$namespace\",service=~\"$app\"})",
"interval": "",
"legendFormat": "{{wsrep_cluster_name}}",
"legendFormat": {{ `"{{wsrep_cluster_name}}"` }},
"refId": "A"
}
],
Expand Down Expand Up @@ -257,7 +257,7 @@
"exemplar": true,
"expr": "avg_over_time(mysql_galera_evs_repl_latency_avg_seconds{namespace=~\"$namespace\",service=~\"$app\"}[5m])",
"interval": "",
"legendFormat": "{{pod}} - Latency Average",
"legendFormat": {{ `"{{pod}} - Latency Average"` }},
"refId": "A"
}
],
Expand Down Expand Up @@ -357,7 +357,7 @@
"exemplar": true,
"expr": "rate(mysql_galera_evs_repl_latency_stdev{namespace=~\"$namespace\",service=~\"$app\"}[1m])",
"interval": "",
"legendFormat": "{{pod}} - Latency Average",
"legendFormat": {{ `"{{pod}} - Latency Average"` }},
"refId": "A"
}
],
Expand Down Expand Up @@ -457,7 +457,7 @@
"exemplar": true,
"expr": "rate(mysql_galera_evs_repl_latency_sample_size{namespace=~\"$namespace\",service=~\"$app\"}[1m])",
"interval": "",
"legendFormat": "{{pod}} - Latency Average",
"legendFormat": {{ `"{{pod}} - Latency Average"` }},
"refId": "A"
}
],
Expand Down
Loading

0 comments on commit cd733d4

Please sign in to comment.