smartcat-labs / cassandra-diagnostics

Cassandra Node Diagnostics Tools
Apache License 2.0
51 stars 6 forks source link

Extend query with consistency level #250

Closed nbozic-zz closed 7 years ago

nbozic-zz commented 7 years ago

It is useful to have consistency level along with query information. Consistency level can be configured in various places, and people can implement downgrading policy which is doing retry with lower consistency level. This way you can count number of queries grouped by consistency level.