scylladb / scylla-jmx

Scylla JMX proxy
GNU Affero General Public License v3.0
28 stars 52 forks source link

StorageService: Add a method to return the uptime #155

Closed amnonh closed 3 years ago

amnonh commented 3 years ago

Currently, the nodetool uses the jmx server for the uptime, this is confusing is what we expect is Scylla uptime.

This patch exposes the API uptime using MBean.

Relates to #154

Signed-off-by: Amnon Heiman amnon@scylladb.com