]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/influx: Send more information about pools
authorWido den Hollander <wido@42on.com>
Wed, 31 Jan 2018 12:15:05 +0000 (13:15 +0100)
committerWido den Hollander <wido@42on.com>
Wed, 31 Jan 2018 12:16:32 +0000 (13:16 +0100)
In addition to the existing statistics also send Read and Write IOps,
but also quota information.

Signed-off-by: Wido den Hollander <wido@42on.com>
src/pybind/mgr/influx/module.py

index 09d99e44bd8b5e19116d1d31bec596c4dc05a60a..a5d50a2d8d565e3d6c1588109a1abce391f0410c 100644 (file)
@@ -79,12 +79,17 @@ class Module(MgrModule):
 
         df_types = [
             'bytes_used',
+            'kb_used',
             'dirty',
+            'rd',
             'rd_bytes',
             'raw_bytes_used',
+            'wr',
             'wr_bytes',
             'objects',
-            'max_avail'
+            'max_avail',
+            'quota_objects',
+            'quota_bytes'
         ]
 
         for df_type in df_types: