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

Method getOverview

studio/src/api/client.ts:83–85  ·  view source on GitHub ↗
(period: string = '24h')

Source from the content-addressed store, hash-verified

81
82 // Overview
83 async getOverview(period: string = '24h'): Promise<OverviewStats> {
84 return this.fetch<OverviewStats>(`/dashboard/overview?period=${period}`);
85 }
86
87 // Traces
88 async getTraces(opts: TraceQueryOpts = {}): Promise<TraceListResult> {

Callers 1

useOverviewFunction · 0.80

Calls 1

fetchMethod · 0.95

Tested by

no test coverage detected