export interface GetMonitorDataInputs { metric: string; functionName: string; namespace?: string; alias?: string; interval?: number; period?: number; startTime?: string; endTime?: string; }