+ No corroborator signals are currently cached. +
++ Cached signals appear here when a corroborating-only source posts before + any matching primary event lands. +
++ Total cached, unattached, unexpired: {data.total}. Watch the + prefixd_corroborator_cache_size + gauge to alert on caches growing without bound. +
+| Source | +Vector | +Dimensions | +Confidence | +Ingested | +Expires | +
|---|---|---|---|---|---|
| {s.source} | ++ {s.vector ?? "—"} + | ++ {dimsLabel(s)} + | ++ {s.confidence != null ? s.confidence.toFixed(2) : "—"} + | ++ {formatDistanceToNow(new Date(s.ingested_at), { + addSuffix: true, + })} + | ++ {formatDistanceToNow(new Date(s.expires_at), { + addSuffix: true, + })} + | +