OverviewData Type — supabase Architecture
Architecture documentation for the OverviewData type/interface in ObservabilityOverview.utils.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Observability/ObservabilityOverview.utils.ts lines 27–37
export type OverviewData = {
services: Record<ServiceKey, ServiceHealthData>
aggregated: {
totalRequests: number
totalErrors: number
totalWarnings: number
overallErrorRate: number
overallSuccessRate: number
}
isLoading: boolean
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free