]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
msgr/async: make msgr_active_connections counter a gauge 68676/head
authorJoshua Blanch <joshua.blanch@clyso.com>
Wed, 29 Apr 2026 23:06:48 +0000 (23:06 +0000)
committerJoshua Blanch <joshuamblanch@gmail.com>
Wed, 6 May 2026 14:35:54 +0000 (14:35 +0000)
commit1a7843e9a3ac0d6b4b6222566be3471589867b50
tree9a1a9da33a56ff78338c622b52798ca9dccbb6a4
parent5007efad275c40c97654afaafb22818fd9b84a00
msgr/async: make msgr_active_connections counter a gauge

msgr_active_connections tracks the current number of active connections
rather than a monotonic total. Register it as a gauge so perf reset does
not zero it while live connections may still later decrement the value.

Fixes: https://tracker.ceph.com/issues/76339
Signed-off-by: Joshua Blanch <joshua.blanch@clyso.com>
src/msg/async/Stack.h