instaclustr / cassandra-exporter

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

Add streaming metrics #61

Open serban21 opened 4 years ago

serban21 commented 4 years ago

http://cassandra.apache.org/doc/latest/operating/metrics.html#streaming-metrics

serban21 commented 4 years ago

Streaming metrics are not visible on new clusters created with ccm. To see them a new node must be added (or an existing one decommissioned), so that some streaming is generated.

After #60 is merged this should also resolve the IPs to hostnames only when explicitly set to do so.