Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 634 Bytes

DIAGNOSTICS.md

File metadata and controls

15 lines (11 loc) · 634 Bytes

Status and Diagnostics API

A status API exists, which dumps some basic diagnostic and statistical information, as well as basic information about the underlying Raft node. Assuming the rqlite node is started with default settings, node status is available like so:

curl localhost:4001/status?pretty

The use of the URL param pretty is optional, and results in pretty-printed JSON responses.

expvar support

rqlite also exports expvar information. The standard, and some custom information, is exposed. This data can be retrieved like so:

curl localhost:4001/debug/vars