]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/influx: Correct name of daemon stat measurement to 'ceph_daemon_stats'
authorBenjeman Meekhof <bmeekhof@users.noreply.github.com>
Wed, 4 Oct 2017 14:05:17 +0000 (10:05 -0400)
committerBenjeman Meekhof <bmeekhof@users.noreply.github.com>
Wed, 4 Oct 2017 14:05:17 +0000 (10:05 -0400)
Signed-off-by: Benjeman Meekhof <bmeekhof@umich.edu>
src/pybind/mgr/influx/module.py

index 5d524c4ed232ab81aeca6e91ef73b8295f87cff0..327369300389d87e17c4a60bb42d61f55f96cdb6 100644 (file)
@@ -83,7 +83,7 @@ class Module(MgrModule):
                 value = counter_info['value']
 
                 data.append({
-                    "measurement": "ceph_osd_stats",
+                    "measurement": "ceph_daemon_stats",
                     "tags": {
                         "ceph_daemon": daemon,
                         "type_instance": path,