feat(system): instrument worker pipeline stages
This commit is contained in:
@@ -51,6 +51,9 @@ export interface WorkerPipelineStage {
|
||||
id: string;
|
||||
label: string;
|
||||
state: "active" | "waiting" | "ready" | "unavailable";
|
||||
elapsed_seconds: number | null;
|
||||
share_percent: number | null;
|
||||
activations: number | null;
|
||||
}
|
||||
|
||||
export interface WorkerTelemetryHistoryRow {
|
||||
|
||||
Reference in New Issue
Block a user