]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: empty grafana panels for performance of daemons 52191/head
authoravanthakkar <avanjohn@gmail.com>
Mon, 26 Jun 2023 07:11:24 +0000 (12:41 +0530)
committeravanthakkar <avanjohn@gmail.com>
Fri, 28 Jul 2023 10:35:32 +0000 (16:05 +0530)
commitfa2d1f9f0745ffecc671af3a3f0a93e7edaa1222
treefeaa8a8a8627ee5767aea85eaa560b5ab72ab6a4
parenta49357a6c242364c2dfa18d1f7127e8fd42cabe8
mgr/dashboard: empty grafana panels for performance of daemons

Fixes: https://tracker.ceph.com/issues/61792
Signed-off-by: avanthakkar <avanjohn@gmail.com>
Removing the `ceph-` prefix from ceph_daemon label to adopt it with the label
format used by queries in grafana dashboards. Also changing the
`instance_id` label for rgw to match the values coming from
exporter and prometheus module
src/exporter/DaemonMetricCollector.cc
src/exporter/DaemonMetricCollector.h
src/pybind/mgr/dashboard/ci/cephadm/run-cephadm-e2e-tests.sh
src/pybind/mgr/prometheus/module.py
src/test/exporter/CMakeLists.txt
src/test/exporter/test_exporter.cc