You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Query looks like this: count(scylla_manager_healthcheck_cql_status{cluster=\"$cluster\"}==-1) OR vector(0)
but it should alert only if scylla node is in operation mode, in my view it should be like this scylla_node_operation_mode == 3 and scylla_manager_healthcheck_cql_status == -1
it is makes sense to report a problem with CQL only if scylla in operation mode (3)
The text was updated successfully, but these errors were encountered:
Installation details
Panel Name: CQL Fail
Dashboard Name: Scylla Manager Metrics
Scylla-Monitoring Version: 4.8.0
Scylla-Version: 2024.1.10
Query looks like this:
count(scylla_manager_healthcheck_cql_status{cluster=\"$cluster\"}==-1) OR vector(0)
but it should alert only if scylla node is in operation mode, in my view it should be like this
scylla_node_operation_mode == 3 and scylla_manager_healthcheck_cql_status == -1
it is makes sense to report a problem with CQL only if scylla in operation mode (3)
The text was updated successfully, but these errors were encountered: