import type { ReactNode } from "react"; export function SpanMetricRow({ label, value }: { label: string; value: ReactNode }) { return (