]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rbd-mirror: add and rename perf counters for journal and snapshot mirroring 50302/head
authorDivyansh Kamboj <dkamboj@redhat.com>
Fri, 17 Mar 2023 09:19:14 +0000 (14:49 +0530)
committerDivyansh Kamboj <dkamboj@redhat.com>
Tue, 21 Mar 2023 11:00:53 +0000 (16:30 +0530)
commit1a1477b9fd7f3fcf7eb66c8a768476bea1322d1d
tree9961ae012017490f495df8e635b85be56da50996
parentdec35de1859a2e1dfa8657db82c6445a1e2133e4
rbd-mirror: add and rename perf counters for journal and snapshot mirroring

This commit renames the existing snapshot and journal based performance
counters in the rbd-mirror daemon to better reflect their purpose.
Additionally, new perf counters have been added to provide more detailed
information about the synchronization of snapshots between the source
and destination clusters.

This commit also switches to use labels instead of having the image spec
in the name of the counter.

Signed-off-by: Divyansh Kamboj <dkamboj@redhat.com>
src/tools/rbd_mirror/Types.h
src/tools/rbd_mirror/image_replayer/journal/Replayer.cc
src/tools/rbd_mirror/image_replayer/snapshot/Replayer.cc
src/tools/rbd_mirror/main.cc