Inline edge between two named endpoints, drawn as a status-tinted stem with the round-trip latency floating mid-span.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Monitoring16 } from "@/components/beste/piece/monitoring16";
<Monitoring16
from="api"
to="db"
latency="42ms"
status="healthy"
/>