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

'Timeouts' item in general monitoring dashboard has no description #2056

Closed
mykaul opened this issue Sep 9, 2023 · 0 comments · Fixed by #2130
Closed

'Timeouts' item in general monitoring dashboard has no description #2056

mykaul opened this issue Sep 9, 2023 · 0 comments · Fixed by #2130

Comments

@mykaul
Copy link
Contributor

mykaul commented Sep 9, 2023

The forumla is:

sum(rate(scylla_storage_proxy_coordinator_write_timeouts{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]|$^\"}[1m]))",

But what does it mean? Percentage, absolute values, req/sec, ... We need to have a short description (for example, it's write timeouts, not reads, etc.)

@mykaul mykaul added the bug label Sep 9, 2023
@amnonh amnonh added enhancement and removed bug labels Sep 10, 2023
@amnonh amnonh added this to the Monitoring 4.6 milestone Nov 6, 2023
amnonh added a commit to amnonh/scylla-grafana-monitoring that referenced this issue Dec 15, 2023
This patch change the timeouts panel to include both reads and writes
timeout and add a descrption to the panel.

Fixes scylladb#2056
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants