RE: How do you monitoring Cassandra Cluster?

2018-06-21 Thread Jonathan Baynes
g marketplace<http://www.tradeweb.com/About-Us/Awards/> for electronic fixed income, derivatives and ETF trading From: Rahul Singh [mailto:rahul.xavier.si...@gmail.com] Sent: 21 June 2018 15:15 To: user@cassandra.apache.org; user@cassandra.apache.org Subject: Re: How do you monitoring Cassandra

Re: How do you monitoring Cassandra Cluster?

2018-06-21 Thread Rahul Singh
I’ve collected a bunch at http://leaves.anant.us/#!/?tag=cassandra,monitoring I reommend Grafana / Prometheus if you don’t have DSE (which has OpsCenter) -- Rahul Singh rahul.si...@anant.us Anant Corporation On Jun 19, 2018, 1:06 PM -0400, Romain Gérard , wrote: > Hi Felipe, > > You can use

Re: How do you monitoring Cassandra Cluster?

2018-06-19 Thread Romain Gérard
Hi Felipe, You can use this project https://github.com/criteo/cassandra_exporter if you are using Prometheus (Disclamer, I am one of the author of it). There is included a Grafana dashboard that aggregate metrics per cluster for you, and in the "edit view" of each chart there are hidden queries

Re: How do you monitoring Cassandra Cluster?

2018-06-18 Thread Felipe Esteves
Hi, everyone, I'm running some tests to monitor Cassandra 3.x with jmx_exporter + prometheus + grafana. I've managed to config it all and use the dashboard https://grafana.com/dashboards/5408 However, I still can't aggregate metrics from all my cluster, just nodes individually. Any tips on how

Re: How do you monitoring Cassandra Cluster?

2017-06-28 Thread Petrus Gomes
I'm using JMX+Prometheus and Grafana. JMX = https://github.com/prometheus/jmx_exporter Prometheus + Grafana = https://prometheus.io/docs/visualization/grafana/ There are some dashboard examples like that: https://grafana.com/dashboards/371 Looks good. Thanks, Petrus Silva On Wed, Jun 28, 2017

How do you monitoring Cassandra Cluster?

2017-06-28 Thread Peng Xiao
Dear All, we are currently using Cassandra 2.1.13,and it has grown to 5TB size with 32 nodes in one DC. For monitoring,opsCenter does not send alarm and not free in higher version.so we have to use a simple JMX+Zabbix template.And we plan to use Jolokia+JMX2Graphite to draw the metrics chart