-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I'm raising this issue to ask if this this repo is being actively maintained or if the existing maintainers plan to provide an upgrade for Cassandra versions > 3.0.
The specific issue... I've done some brief tests with Cassandra 3.11 (I know there is no connector provided for 3.11 yet). It looks to me like most of the functionality is still working .. but the requestRate module is sending zero values to the DataDog reporter.
cassandra.diagnostics.requestRate:0|g|#statementType:SELECT,systemName:cassandra-cluster,consistencyLevel:LOCAL_QUORUM,host:<hostname> cassandra.diagnostics.requestRate:0|g|#statementType:UPDATE,systemName:cassandra-cluster,consistencyLevel:*,host:<hostname>. cassandra.diagnostics.requestRate:0|g|#statementType:SELECT,systemName:cassandra-cluster,consistencyLevel:LOCAL_ONE,host:<hostname>. cassandra.diagnostics.requestRate:0|g|#statementType:UNKNOWN,systemName:cassandra-cluster,consistencyLevel:*,host:<hostname>. cassandra.diagnostics.requestRate:0|g|#statementType:SELECT,systemName:cassandra-cluster,consistencyLevel:ONE,host:<hostname>
Thanks for looking.