You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also added an option whether to resolve IPs to hostnames and add them as a separate label. I'd rather keep it as an option, since DNS resolve might take some time.
In some instances it can be useful to have a quick way of getting the list of all neighbours. Even if this is not available as a Cassandra metric, it is possible to get the information using Storage Service
describeRingJMX
(https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/service/StorageService.java#L1830), which is probably used only fornodetool describering
Also it can be useful as a way to determine ring information before scaling.
The text was updated successfully, but these errors were encountered: