From: Laura Flores Date: Mon, 2 Aug 2021 23:20:40 +0000 (+0000) Subject: mgr/telemetry: remove unnecessary TODO comment X-Git-Tag: v17.1.0~1008^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5810b7fe32fad8affd02f9bd9f0714d2cf395957;p=ceph.git mgr/telemetry: remove unnecessary TODO comment Signed-off-by: Laura Flores --- diff --git a/src/pybind/mgr/telemetry/module.py b/src/pybind/mgr/telemetry/module.py index fba99483ecba..d29c4f0edd0d 100644 --- a/src/pybind/mgr/telemetry/module.py +++ b/src/pybind/mgr/telemetry/module.py @@ -449,11 +449,6 @@ class Module(MgrModule): self.log.debug("Error caught: {}".format(e)) return {} - # TODO: Improve the JSON formatting of the histograms to make them - # more human-readable. This can be done directly in this function with json.dumps(), - # but it will be better to locate the exact area where the whole report - # is getting formatted, and make some formatting edits there. We want to ensure - # that the data is easily retrievable on the server side. return result def get_io_rate(self) -> dict: