Cassandra monitoring in a multiRegion

Recently, we implemented the multi-region architecture of Apigee Hybrid. We are concerned about whether the replication between Cassandra data centers is actually happening correctly. Do you have any suggestions on how to monitor Cassandra and which metrics I should focus on to ensure that replication is working properly?

Hi @andresilvaluiz1, welcome to the community! We saw your question and wanted to let you know we’re keeping it on our radar. We’ll also invite others in the community to pitch in and share their thoughts.

1 Like

You should be able to try running nodetool status command to check, you can run it directly against the pods

There’s also example here of running against each

Additionally, step 5 of second region steps for the multiregion installation has a step to use nodetool to also check the status

1 Like