* 获取使用统计 * @param timeRange 时间范围 * @returns 使用统计
(timeRange?: { start: string; end: string })
| 137 | * @returns 使用统计 |
| 138 | */ |
| 139 | async getUsageStatistics(timeRange?: { start: string; end: string }) { |
| 140 | return this.telemetry.getUsageStatistics(timeRange); |
| 141 | } |
| 142 | |
| 143 | /** |
| 144 | * 获取性能指标 |
no outgoing calls
no test coverage detected