scylla-jmx/src/main/java
Amnon Heiman 78bb2ef25a CacheService: Do not get non existing caches metrics
With the change in the meter implementation, retrieving a non existing
metrics would take time.

For this, the CacheService would mark caches that are not supported with
null url, so the metrics will be register but will return 0 for all
request (instead of going to the API that will return 0).

Signed-off-by: Amnon Heiman <amnon@scylladb.com>
2016-05-17 12:20:35 +03:00
..
com APIMetrics, APIMetricsRegistry: Return APIMeter and APITimer 2016-05-17 11:22:43 +03:00
org/apache/cassandra CacheService: Do not get non existing caches metrics 2016-05-17 12:20:35 +03:00