Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CQL Fail should be shown only if node is in operation mode #2427

Open
d-helios opened this issue Nov 21, 2024 · 0 comments
Open

CQL Fail should be shown only if node is in operation mode #2427

d-helios opened this issue Nov 21, 2024 · 0 comments
Labels
bug Something isn't working right

Comments

@d-helios
Copy link

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)

@d-helios d-helios added the bug Something isn't working right label Nov 21, 2024
@amnonh amnonh added this to the Monitoring 4.9 milestone Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right
Projects
None yet
Development

No branches or pull requests

2 participants