<@U01PL2YSG8L> is it possible to return raft topol...
# community-help
o
@Kishore Nallan is it possible to return raft topology information as part of the status. That would greatly help with debugging raft topology issues.
Especially in a dynamic environment like kubernetes it is very useful.
And in general for health monitoring
k
In recent builds we have a
/status
endpoint that returns node status and metrics like raft committed index, queued writes etc. Additionally, braft service also exposes stats at
$HOST:8107/raft_stat
and that will include more fine grain raft related details.
o
Ok cool. I will check what braft exposes
@Himank Chaudhary fyi ^^
h
looked at it, this has enough information needed to debug, thanks Kishore.
🙌 1