instaclustr / cassandra-exporter

Java agent for exporting Cassandra metrics to Prometheus
Apache License 2.0
73 stars 46 forks source link

Exclude keyspaces matching regex patterns #100

Open multani opened 3 years ago

multani commented 3 years ago

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.