From: Venky Shankar Date: Mon, 5 Aug 2019 09:32:28 +0000 (-0400) Subject: mds: record metrics from all MDSs in MDS rank 0 X-Git-Tag: wip-pdonnell-testing-20200918.022351~1113^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=17fc7a589a90a0f08674f5da79662e3e915bf44a;p=ceph-ci.git mds: record metrics from all MDSs in MDS rank 0 `MetricAggregator` class aggregates metrics from all active ranks and places metrics appropriately as defined by user queries. This is implemented as a separate dispatcher since metric update messages from active MDSs are frequent so as to avoid messages getting stuck in MDSRank queue (suggested by Patrick). Signed-off-by: Venky Shankar --- diff --git a/src/common/options.cc b/src/common/options.cc index 7e563c21a84..0ca77ed2542 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -8317,7 +8317,13 @@ std::vector