Update DIAGNOSTICS.md

This commit is contained in:
Philip O'Toole
2022-04-20 07:33:32 -04:00
committed by GitHub
parent 0cd8429dd1
commit 0643664343

View File

@@ -1,4 +1,5 @@
# Status and Diagnostics API
# Monitoring rqlite
## Status API
A status API exists, which returns extensive 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 via a HTTP `GET` request. To see the raw data, you can issue a `curl` command like so:
```bash