ServiceHealthCardProps Type — supabase Architecture
Architecture documentation for the ServiceHealthCardProps type/interface in ServiceHealthCard.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Observability/ServiceHealthCard.tsx lines 16–29
export type ServiceHealthCardProps = {
serviceName: string
serviceKey: ServiceKey
total: number
errorRate: number
errorCount: number
warningCount: number
chartData: LogsBarChartDatum[]
reportUrl?: string // undefined if feature flag disabled or no report available
logsUrl: string
isLoading: boolean
onBarClick: (datum: any) => void
datetimeFormat: string
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free