Skip to main content

run

Function run 

Source
pub async fn run() -> Result<(), Box<dyn Error>>
Expand description

Run the demo end to end. Prints to stdout; leaves no state behind (the trace DB is a temp file).

ยงErrors

If the local upstream or proxy cannot bind, the request fails, or no trace is recorded.