* 获取性能指标 * @param timeRange 时间范围 * @returns 性能指标
(timeRange?: { start: string; end: string })
| 146 | * @returns 性能指标 |
| 147 | */ |
| 148 | async getPerformanceMetrics(timeRange?: { start: string; end: string }) { |
| 149 | return this.telemetry.getPerformanceMetrics(timeRange); |
| 150 | } |
| 151 | } |
| 152 | |
| 153 | /** |
no outgoing calls
no test coverage detected