cassandra-exporter
cassandra-exporter copied to clipboard
Exclude keyspaces matching regex patterns
Instead of matching a specific keyspace name, --exclude-keyspaces now takes a regex as an argument; every keyspaces which match the regex will be ignored.
This is not entirely backward compatible, as
--exclude-keyspaces=foobar will exclude foobar, but also
some_foobar_keyspace as well.