From: Yaarit Hatuka Date: Thu, 5 Mar 2020 17:15:27 +0000 (-0500) Subject: doc/mgr/telemetry: add 'send' command X-Git-Tag: v15.1.1~78^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F33747%2Fhead;p=ceph.git doc/mgr/telemetry: add 'send' command Signed-off-by: Yaarit Hatuka --- diff --git a/doc/mgr/telemetry.rst b/doc/mgr/telemetry.rst index 9734b7b8e14e..3e9292be53a2 100644 --- a/doc/mgr/telemetry.rst +++ b/doc/mgr/telemetry.rst @@ -114,6 +114,16 @@ The see the current configuration:: ceph telemetry status +Manually sending telemetry +-------------------------- + +To ad hoc send telemetry data:: + + ceph telemetry send + +In case telemetry is not enabled (with 'ceph telemetry on'), you need to add +'--license sharing-1-0' to 'ceph telemetry send' command. + Sending telemetry through a proxy ---------------------------------