Home / Type/ ServiceData Type — supabase Architecture

ServiceData Type — supabase Architecture

Architecture documentation for the ServiceData type/interface in ServiceHealthTable.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Observability/ServiceHealthTable.tsx lines 20–27

type ServiceData = {
  total: number
  errorRate: number
  errorCount: number
  warningCount: number
  eventChartData: LogsBarChartDatum[]
  isLoading: boolean
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free