Add NPU usage to metrics on supported platforms (#1215)

This commit is contained in:
Matt
2024-02-03 12:31:31 -05:00
committed by GitHub
parent e616d93d59
commit bc55218739
6 changed files with 61 additions and 37 deletions

View File

@@ -20,6 +20,7 @@ export interface MetricData {
cpuThr?: string;
cpuUptime?: string;
diskUtilPct?: string;
npuUsage?: string;
}
export enum NetworkConnectionType {