]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/common: fix metric label dumping
authorAishwarya Mathuria <amathuri@redhat.com>
Thu, 26 Feb 2026 11:04:40 +0000 (11:04 +0000)
committerAishwarya Mathuria <amathuri@redhat.com>
Mon, 2 Mar 2026 11:24:47 +0000 (11:24 +0000)
commit6d016afb5437dccf98ffa5690c9672d6fc03cb3b
treecbb8e67e3de38fcf9d8b6dc972fe840d06c970a3
parentf29e98fb5b688196d1da0140f762ce7b285a8a60
crimson/common: fix metric label dumping

Seastar's escaped_string wrapper no longer implicitly converts to a string type.
Update dump_metric_value to call .value() to access the underlying string.

See: https://github.com/scylladb/seastar/commit/49c34b81bcae5bec3bf7f12bb91bdfd859326de0

Signed-off-by: Aishwarya Mathuria <amathuri@redhat.com>
src/crimson/common/metrics_helpers.h