Home / Type/ ServiceHealthData Type — supabase Architecture

ServiceHealthData Type — supabase Architecture

Architecture documentation for the ServiceHealthData type/interface in ObservabilityOverview.utils.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Observability/ObservabilityOverview.utils.ts lines 14–25

export type ServiceHealthData = {
  total: number
  errorRate: number
  successRate: number
  errorCount: number
  warningCount: number
  okCount: number
  eventChartData: LogsBarChartDatum[]
  isLoading: boolean
  error: unknown | null
  refresh: () => void
}

Analyze Your Own Codebase

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

Try Supermodel Free