1
0
Fork 0

Update DIAGNOSTICS.md

master
Philip O'Toole 2 years ago committed by GitHub
parent ac26e90de0
commit bf1f79e9c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -85,6 +85,7 @@ rqlite also exports [expvar](https://pkg.go.dev/expvar) information, which are m
```bash
curl localhost:4001/debug/vars
```
You can optionally set the query parmameter `key` if you wish to retrieve just a subsection of the expvar output e.g. the URL `localhost:4001/debug/vars?key=http` will return just HTTP information.
You can also request the same expvar information via the CLI:
```

Loading…
Cancel
Save