]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/telemetry: default to reports every 24h; lower minimum
authorSage Weil <sage@redhat.com>
Fri, 19 Apr 2019 17:24:48 +0000 (12:24 -0500)
committerJoao Eduardo Luis <joao@suse.com>
Mon, 9 Dec 2019 19:36:54 +0000 (19:36 +0000)
Allow more frequent telemetry reports.

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 712987d53337e39ad871ee7abb38c2e2755fc75d)

Conflicts:
src/pybind/mgr/telemetry/module.py
          Past commit in master had introduced field types and a
          'minimum' value for the interval. We concluded that the field
          types commit does not affect the telemetry module in a
          significant way to force us to backport it, and the minimum
          value commit is introduced for the benefit of the dashboard
          (which, in luminous, does not have control over telemetry)

src/pybind/mgr/telemetry/module.py

index 63a184ebabd28a036325e60880d2a1f26a0a84cb..7e6cb84bb0645cdd3ecac36e542c21557c67e9bc 100644 (file)
@@ -62,7 +62,7 @@ class Module(MgrModule):
         },
         {
             'name': 'interval',
-            'default': 72
+            'default': 24
         }
     ]