instaclustr / cassandra-exporter

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

Ways to identify schema changes #71

Closed podile closed 4 years ago

podile commented 4 years ago

While using stand-alone exporter, keeping target database's credential in the config files may be restricted for some clusters. Are there any ways to identify schema changes other than connecting to the database using native transport protocol?

podile commented 4 years ago

JMXHarvester doing refresh of MBean for every 30 minutes which will take care of reloading the MBeans of new tables and removal of MBeans of deleted tables.