question

pysandra avatar image
pysandra asked Erick Ramirez answered

How can I monitor the health of my cluster with the Python driver?

I am looking for way to monitor the health of our DataStax Enterprise (DSE) cluster using the Python Driver. What is the best way to do this?

monitoring
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

Erick Ramirez avatar image
Erick Ramirez answered

While the Python driver has built-in mechanisms for determining whether nodes are up or down, response latency and other metrics, its primary design is to allow CRUD operations between your application and the Cassandra cluster.

The recommended monitoring solution for DSE clusters is OpsCenter.

If you have any questions or need assistance, feel free to log a ticket with DataStax Support so one of our engineers can assist you directly. Cheers!

Share
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.