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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: