class

Consul::Status

Inherits Consul::Transport / Reference / Object

Instance methods

get_leader

get_leader returns the Raft leader for the datacenter in which the agent is running

Source
get_raft_peers(datacenter : String | Nil = nil) : Array(String)

get_raft_peers retrieves the Raft peers for the datacenter in which the the agent is running

Source