]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: remove 'rlat' read latency metrics
authorSage Weil <sage@redhat.com>
Sat, 10 Dec 2016 23:00:46 +0000 (17:00 -0600)
committerSage Weil <sage@redhat.com>
Thu, 29 Dec 2016 15:30:07 +0000 (10:30 -0500)
commite94521638b13eccb7ad94c89d36b66b52fe7002a
treeb2b6debdf2636d3be2b7340bc85c9efbc9df6004
parent46cdcf82299e8c6848401bd06b73795a397542de
osd: remove 'rlat' read latency metrics

These are measuring how long of a delay we see before ops are readable.
They are calculated in the on_applied path, which we'd like to remove,
and weren't reliably calculated anyway.

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/OSD.cc
src/osd/OSD.h
src/osd/PrimaryLogPG.cc
src/osd/PrimaryLogPG.h