rabbitmq / ra

A Raft implementation for Erlang and Elixir that strives to be efficient and make it easier to use multiple Raft clusters in a single system.
Other
798 stars 93 forks source link

Add a gauge for the effective machine version in ra_counters #426

Closed the-mikedavis closed 3 months ago

the-mikedavis commented 3 months ago

This allows callers to cheaply query a server's current effective machine version.

Closes #424 This should be useful for https://github.com/rabbitmq/khepri/pull/250