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

Show aggregate table metrics per cluster #2363

Open
hopugop opened this issue Jul 17, 2024 · 1 comment
Open

Show aggregate table metrics per cluster #2363

hopugop opened this issue Jul 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@hopugop
Copy link
Contributor

hopugop commented Jul 17, 2024

Describe the feature and the current behavior/state.
Table metrics are amazing. However, it only allows to choose from a single table at a time. It would be really useful to allow a view for all tables in a single view - think of it like a historical view of tables' operations, latency and dataset.

I recently used raw queries to achieve this, such as sum(scylla_column_family_total_disk_space{}) by(dc,ks,table) to aggregate disk utilization by table. There might be many others beneficial uses.

Who will benefit with this feature?
Anyone that is interested in historical metrics comparison for multiple tables.

image

@hopugop hopugop added the enhancement New feature or request label Jul 17, 2024
@mykaul
Copy link
Contributor

mykaul commented Jul 21, 2024

It makes sense to aggregate (sum? avg?) specific data from multiple tables - such as disk space. What else? Latency or ops make little sense to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants