Expand description
Cluster state probe — wraps atomr-cluster’s MembershipState /
Gossip data structures with an owning snapshot that the dashboard
can poll and an event publisher that emits diff events on updates.
Structs§
Functions§
- from_
cluster_ state - Convert a
atomr-clusterMembershipStateinto our serializableClusterStateInfo. Feature-gated because the cluster crate is optional. - from_
gossip - Convert a full
Gossipinto a serializableClusterStateInfothat also carries the vector-clock version vector.