docs(observability): capture gateway-origin phase0 live baseline window
This commit is contained in:
@@ -1629,6 +1629,18 @@ Live baseline artifacts (sample JSONL + JSON/Markdown summaries) can be captured
|
||||
pnpm audit:phase0-baseline:live
|
||||
```
|
||||
|
||||
Gateway-origin windows can be captured separately (for example when validating cancel paths) by restricting source + time window:
|
||||
```bash
|
||||
node --import tsx/esm scripts/capture-phase0-live-baseline.ts \
|
||||
--audit ~/.local/share/flynn/audit.log \
|
||||
--source gateway \
|
||||
--since <epoch_ms_or_iso> \
|
||||
--until <epoch_ms_or_iso> \
|
||||
--sample-out docs/plans/artifacts/phase0_baseline_live_gateway_<tag>.jsonl \
|
||||
--summary-json-out docs/plans/artifacts/phase0_baseline_live_gateway_<tag>.json \
|
||||
--summary-md-out docs/plans/artifacts/phase0_baseline_live_gateway_<tag>.md
|
||||
```
|
||||
|
||||
## Gateway Lock
|
||||
|
||||
Single-client mode for the WebSocket gateway. When enabled, only one WebSocket connection is allowed at a time. Additional connections are rejected with close code `4003`.
|
||||
|
||||
Reference in New Issue
Block a user