Trace Spans

Distributed trace timeline laying spans across a shared horizontal axis, each row labeled in monospace.

http.req
auth
db.query
cache.set

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

Import & use
import { Monitoring15 } from "@/components/beste/piece/monitoring15";

<Monitoring15
  spans={[
    {
      "label": "http.req",
      "start": 0,
      "width": 100,
      "tone": "sky"
    },
    {
      "label": "auth",
      "start": 4,
      "width": 14,
      "tone": "violet"
    },
    {
      "label": "db.query",
      "start": 22,
      "width": 48,
      "tone": "emerald"
    },
    {
      "label": "cache.set",
      "start": 76,
      "width": 12,
      "tone": "amber"
    }
  ]}
/>

More Monitoring pieces

View all Monitoring
12428

Severity Stack

monitoring13

Single distribution bar splitting incident counts across critical, warning, and info segments with a mono legend.

api
42ms
db

Service Link

monitoring16

Inline edge between two named endpoints, drawn as a status-tinted stem with the round-trip latency floating mid-span.

R42 MB/s
W18 MB/s

Disk I/O

monitoring14

Two-line monospace block reporting read and write throughput with arrow glyphs for direction.

100ms500ms

Range Marker

monitoring19

Horizontal scale that drops a marker on the current reading and tints the expected window behind it.

us-east-1
42ms
eu-west-2
78ms
ap-south-1
210ms
sa-east-1

Region Status

monitoring7

Multi-region availability list with a status dot per cloud region and the round-trip latency rendered in mono.

12:34:56WARN auth.sessiontoken refresh retry 2/3

Log Stream Line

monitoring8

Single log entry styled like a tail output, with timestamp, level token, source, and message in mono.