scylladb / scylla-jmx

Scylla JMX proxy
GNU Affero General Public License v3.0
29 stars 54 forks source link

MetricsRegistry: Support both types of histograms #118

Closed amnonh closed 4 years ago

amnonh commented 4 years ago

There are two types of histograms, the older deprecated histogram and the new estimated_histogram.

This patch changes the implementation of MetricsRegistry so the JmxTimer would support both types, similiar to JmxHistogram.

Fixes #117

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

amnonh commented 4 years ago

I'm going to take a different path with the implementation