ObservabilityCard() — ui Function Reference
Architecture documentation for the ObservabilityCard() function in vercel.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 0ff68d8c_0905_2526_598c_5a7bad98e213["ObservabilityCard()"] 2038c283_e37d_b58c_c8d2_c03efe5b269c["vercel.tsx"] 0ff68d8c_0905_2526_598c_5a7bad98e213 -->|defined in| 2038c283_e37d_b58c_c8d2_c03efe5b269c style 0ff68d8c_0905_2526_598c_5a7bad98e213 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/blocks/vercel.tsx lines 661–699
function ObservabilityCard() {
return (
<Example title="Observability" className="items-center justify-center">
<Card className="relative w-full max-w-md overflow-hidden pt-0">
<div className="bg-primary absolute inset-0 z-30 aspect-video opacity-50 mix-blend-color" />
<img
src="https://images.unsplash.com/photo-1604076850742-4c7221f3101b?q=80&w=1887&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
alt="Photo by mymind on Unsplash"
title="Photo by mymind on Unsplash"
className="relative z-20 aspect-video w-full object-cover brightness-60 grayscale"
/>
<CardHeader>
<CardTitle>Observability Plus is replacing Monitoring</CardTitle>
<CardDescription>
Switch to the improved way to explore your data, with natural
language. Monitoring will no longer be available on the Pro plan in
November, 2025
</CardDescription>
</CardHeader>
<CardFooter>
<Button>
Create Query{" "}
<IconPlaceholder
lucide="PlusIcon"
tabler="IconPlus"
hugeicons="PlusSignIcon"
phosphor="PlusIcon"
remixicon="RiAddLine"
data-icon="inline-end"
/>
</Button>
<Badge variant="secondary" className="ml-auto">
Warning
</Badge>
</CardFooter>
</Card>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does ObservabilityCard() do?
ObservabilityCard() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/blocks/vercel.tsx.
Where is ObservabilityCard() defined?
ObservabilityCard() is defined in apps/v4/registry/bases/radix/blocks/vercel.tsx at line 661.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free