]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/telemetry: remove unnecessary TODO comment
authorLaura Flores <lflores@redhat.com>
Mon, 2 Aug 2021 23:20:40 +0000 (23:20 +0000)
committerLaura Flores <lflores@redhat.com>
Mon, 2 Aug 2021 23:20:40 +0000 (23:20 +0000)
Signed-off-by: Laura Flores <lflores@redhat.com>
src/pybind/mgr/telemetry/module.py

index fba99483ecba87638bb1208d30dee0ce2b4aad45..d29c4f0edd0d63cc8d0799b584c4e389b8bea8db 100644 (file)
@@ -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: