ChartDataPoint Type — supabase Architecture
Architecture documentation for the ChartDataPoint type/interface in WithMonitor.utils.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/QueryPerformance/WithMonitor/WithMonitor.utils.ts lines 36–50
export interface ChartDataPoint {
period_start: number
timestamp: string
query_latency: number
mean_time: number
min_time: number
max_time: number
stddev_time: number
p50_time: number
p95_time: number
rows_read: number
calls: number
cache_hits: number
cache_misses: number
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free