Burr UIΒΆ
Burr comes with an open-source telemetry UI for monitoring, debugging, and replaying your application runs in real time. It works locally out of the box and can also be deployed alongside your production stack.
Data ModelΒΆ
The UI is organized around three levels:
Projects β the top-level grouping, set via the
projectargument towith_tracker.Applications β individual runs logged to a project, similar to a βtraceβ in distributed tracing. Set via the
app_idargument.Steps β each action executed in the state machine. The UI shows the state, inputs, and results at every step.