cassandra-exporter icon indicating copy to clipboard operation
cassandra-exporter copied to clipboard

Exclude keyspaces matching regex patterns

Open multani opened this issue 4 years ago • 0 comments

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.

multani avatar May 25 '21 17:05 multani