I’m trying to use this [Cassandra detail dashboard]( Dashboards | Grafana Labs 371) on a cassandra node. The steps I have done for this to work were:
Grafana service up & running accesible at http://grafana.staged-by-discourse.com
Prometheus as a data source available at http://localhost:9090
Import this dashboard using URL from Grafana Home - Import
The dashboard itself imported fine. but there is no data. Obviously because so far I have’nt told cassandra to save or send metrics.
Could anyone tell me what I’m missing here. As you may tell I’m new to grafana & prometheus Thanks.
Node exporter is running and able to get the data but for cassandra data it is not pulling.
Could you please help me is there any steps need to follow to get cassandra nodes data
you need to ask the people behind the cassandra node exporter plugin, we are not familiar with it and are unsure what could be the reasons for this node exporter plugin not collecting data.
Hi Sreenath…I need the exact same graph for Cassandra.I have already setup Prometheus with node exporter, but that is not helping me to get Cassandra related graphs.Did you install JMX installer to get those graphs.Can you guide me with the steps how you got those graphs for cassandra
Hi Sunitha,
Sorry for confusion that line for graphite.
For prometheus you have to use: #Add at the end
vi cassandra-env.sh
JVM_OPTS=“$JVM_OPTS -javaagent:/etc/cassandra/jmx_prometheus_javaagent-0.10.jar=7070:/etc/cassandra/cassandra.yml”
Did you get it worked by any chance? I’m stuck at the same level but with two errors in grafana dashboard
? “multiple series error” in node status
? “datasource name prometheus was not found” in all other cassandra graphs.
However, JVM heap size, pending compaction, pending threads are showing the proper values.
Also, gafana dashboard and prometheus is working fine for other DBMS like MySQL
I also tried but not getting the complete metrics like cpu usage, memory, disk usage, reads and writes. If any one tell , which exporter we use to get the metrics from cassandra