MCPcopy
hub / github.com/volcengine/MineContext / MonitoringDataStats

Interface MonitoringDataStats

frontend/src/main/services/HeatmapService.ts:31–35  ·  view source on GitHub ↗

* Data stats from monitoring API (aggregated)

Source from the content-addressed store, hash-verified

29 * Data stats from monitoring API (aggregated)
30 */
31interface MonitoringDataStats {
32 data_type: string
33 count: number
34 context_type?: string
35}
36
37/**
38 * Data stats trend from monitoring API (time series)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected