]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/commitdiff
Fix units used for throughput
authorPaul Cuzner <pcuzner@redhat.com>
Thu, 12 Jul 2018 23:49:33 +0000 (11:49 +1200)
committerPaul Cuzner <pcuzner@redhat.com>
Thu, 12 Jul 2018 23:49:33 +0000 (11:49 +1200)
Throughput units were using binary representation,
whereas the expected unit is decimal (i.e.
MB/s not MiB/s)

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1496186
Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
dashboards/cephmetrics-graphite/ceph-pools.json

index 853590d404a5fcb60ca86805deaa261e0376eab8..89a2a1b7e28f687c6ff49719dff50cca0d2e34c7 100644 (file)
                         }, 
                         "yaxes": [
                             {
-                                "format": "bytes", 
+                                "format": "decbytes", 
                                 "label": null, 
                                 "logBase": 1, 
                                 "max": null, 
                         }, 
                         "yaxes": [
                             {
-                                "format": "bytes", 
+                                "format": "decbytes", 
                                 "label": null, 
                                 "logBase": 1, 
                                 "max": null, 
                                 "pattern": "Current", 
                                 "thresholds": [], 
                                 "type": "number", 
-                                "unit": "bytes"
+                                "unit": "decbytes"
                             }, 
                             {
                                 "alias": "", 
         "updatedBy": "admin@localhost", 
         "version": 5
     }
-}
\ No newline at end of file
+}