Skip to content

Commit

Permalink
Merge pull request #2447 from amnonh/cql_manager_fail
Browse files Browse the repository at this point in the history
scylla-manager.template.json: CQL failed only if node is in normal state
  • Loading branch information
amnonh authored Jan 1, 2025
2 parents 4ff3b28 + 1ca4938 commit 354f7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana/scylla-manager.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"class": "small_stat",
"targets": [
{
"expr": "count(scylla_manager_healthcheck_cql_status{cluster=\"$cluster\"}==-1) OR vector(0)",
"expr": "count((scylla_manager_healthcheck_cql_status{cluster=\"$cluster\"}==-1) and on(instance) (scylla_node_operation_mode{cluster=\"$cluster\"} == 3) ) OR vector(0)",
"intervalFactor": 1,
"legendFormat": "Nodes without CQL connection",
"refId": "A",
Expand Down

0 comments on commit 354f7bd

Please sign in to comment.