Requizon docs
Requizon records every call your Laravel application makes through its HTTP client and serves a dashboard
for them at /requizon. Installing it
is the whole integration. These pages cover getting it in, then changing what it records, how it names and
groups what it records, and how long it keeps it.
Written for Requizon 0.2.
Getting started
Configuration
Configuration reference
Every key in config/requizon.php, its environment variable and its default.
What gets recorded
Everything through the Http facade, anything on a Guzzle stack you instrument, and nothing on a host you ignore.
Naming APIs
An unconfigured host names itself. Map hostnames to one API name, or resolve names from the request.
Paths and table size
How identifiers become :id, where paths are cut, and the allow-list that is the only hard bound.
Failure detection
Connection errors, HTTP errors, and the 200 OK with an error in the body that only your callback can spot.
Redaction and stored data
Which request parameters are masked, which bodies are stored by shape only, and the one thing stored as-is.
Retention and scheduling
The two scheduled commands that build the rollup and bound the tables, and how to run them yourself.
The dashboard
The three pages, what the charts draw, and the settings for where the dashboard lives and who can open it.