Service Status

Compact service health row with operational state, pulsing dot, and uptime percentage on the right.

API Gateway
Operational99.98%

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Monitoring1 } from "@/components/beste/piece/monitoring1";

<Monitoring1
  service="API Gateway"
  status="operational"
  uptime="99.98%"
  operationalLabel="Operational"
  degradedLabel="Degraded"
  outageLabel="Outage"
  maintenanceLabel="Maintenance"
/>