Module rqlite_client::monitor

source ·
Expand description

Monitor states for Query<State>

Modules§

Structs§

  • rqlite serves diagnostic and statistical information, as well as detailed information about the underlying Raft system
  • Nodes return basic information for nodes in the cluster, as seen by the node receiving the nodes request. The receiving node will also check whether it can actually connect to all other nodes in the cluster.
    This is an effective way to determine the cluster leader, and the leader’s HTTP API address. It can also be used to check if the cluster is basically running. If the other nodes are reachable, it probably is.
  • rqlite nodes serve a ready status monitor::Endpoint::Readyz if the node is ready to respond to database requests and cluster management operations.

Enums§

  • The supported monitor Endpoints nodes, readyz, status