From 6efb470041af9f674acfb6ef420e661d6d7b90f7 Mon Sep 17 00:00:00 2001 From: Brian ONeill Date: Thu, 6 Aug 2015 16:15:50 -0400 Subject: [PATCH] Changed the max value of cache_size in types.db to handle boxes with large amounts of memory --- src/types.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.db b/src/types.db index 38fb546c..2fd59e56 100644 --- a/src/types.db +++ b/src/types.db @@ -14,7 +14,7 @@ cache_eviction value:DERIVE:0:U cache_operation value:DERIVE:0:U cache_ratio value:GAUGE:0:100 cache_result value:DERIVE:0:U -cache_size value:GAUGE:0:U +cache_size value:GAUGE:0:1125899906842623 ceph_bytes value:GAUGE:U:U ceph_latency value:GAUGE:U:U ceph_rate value:DERIVE:0:U -- 2.30.2