Description
Cassandra JMX currently exposes org.apache.cassandra.service:type=StorageService attribute "LoadString" which contains node load as a string but this value is hard to use by monitoring processes. There's already public double getLoad() in StorageService class so it would just need to be exported to its MBean.
Exposing the raw numeric value will ease node load tracking in monitoring systems like Zabbix.