]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/telemetry: send device telemetry via per-host POST to device endpoint 31225/head
authorSage Weil <sage@redhat.com>
Tue, 29 Oct 2019 14:28:18 +0000 (09:28 -0500)
committerSage Weil <sage@redhat.com>
Tue, 29 Oct 2019 15:52:35 +0000 (10:52 -0500)
commitaf64b18f1caa278dc0f73d4e203265f2625e35d4
tree615baef6cca02de7311f933a815f841e03cd1797
parent9c17ca0aa7b956065ea924137fbd89badebba25f
mgr/telemetry: send device telemetry via per-host POST to device endpoint

We do not want to associate devices with clusters because that may
communicate unnecessary information about the association between vendors
and clusters (which, when large, are potentially identifying).

Instead, do a POST per host with all of the devices on that host only.

The devices endpoint does not log the POST time, so these per-host
records won't be associated with each other.

Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/telemetry/module.py