ServiceHealthData Type — supabase Architecture
Architecture documentation for the ServiceHealthData type/interface in useServiceHealthMetrics.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Observability/useServiceHealthMetrics.ts lines 20–31
export type ServiceHealthData = {
total: number
errorRate: number
successRate: number
errorCount: number
warningCount: number
okCount: number
eventChartData: LogsBarChartDatum[]
isLoading: boolean
error: unknown | null
refresh: () => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free