MCPcopy Create free account
hub / github.com/astercloud/aster / getPerformanceMetrics

Method getPerformanceMetrics

client-sdks/client-js/src/client.ts:148–150  ·  view source on GitHub ↗

* 获取性能指标 * @param timeRange 时间范围 * @returns 性能指标

(timeRange?: { start: string; end: string })

Source from the content-addressed store, hash-verified

146 * @returns 性能指标
147 */
148 async getPerformanceMetrics(timeRange?: { start: string; end: string }) {
149 return this.telemetry.getPerformanceMetrics(timeRange);
150 }
151}
152
153/**

Callers 2

client.test.tsFile · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected