Compact service health row with operational state, pulsing dot, and uptime percentage on the right.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Monitoring1 } from "@/components/beste/piece/monitoring1";
<Monitoring1
service="API Gateway"
status="operational"
uptime="99.98%"
operationalLabel="Operational"
degradedLabel="Degraded"
outageLabel="Outage"
maintenanceLabel="Maintenance"
/>