fix: add bounded web-probe observe timeline drilldown (#937)

Co-authored-by: Codex <codex@noreply.local>
This commit is contained in:
Lyon
2026-06-26 10:20:28 +08:00
committed by GitHub
parent effd3656d4
commit 8abf188ee2
7 changed files with 247 additions and 5 deletions
+2
View File
@@ -152,6 +152,8 @@ export interface NodeWebProbeObserveOptions {
collectSampleSeq: number | null;
collectTimestamp: string | null;
collectTurn: number | null;
collectCommandId: string | null;
collectWindowMs: number | null;
analyzeArchivePrefix: string | null;
analyzeTailSamples: number | null;
full: boolean;