Hi all,

We are using Prometheus + grafana for monitoring apache cassandra with
scrape interval of 15s. We have a table 'x' with partition size varying
from 2mb to 80mb.
We know there are few big partition entries present in this table and my
objective is to monitor when this big partition entry is read from
Cassandra(as it can be a cause of large GC pause)
Now in Prometheus how can I figure out the "size of total data read" from
table 'x' in last 15s. What formula can be applied?

Regards,
Ashish

Reply via email to