Latency Sparkline

Compact response-time card pairing a percentile pill, the latest reading, and a smoothed sparkline trail.

p95Response time
182ms

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

Import & use
import { Monitoring6 } from "@/components/beste/piece/monitoring6";

<Monitoring6
  label="Response time"
  metric="p95"
  value="182ms"
  data={[
    120,
    138,
    124,
    156,
    142,
    168,
    154,
    172,
    148,
    182,
    176,
    182
  ]}
  tone="violet"
/>