Skip to main content

History

History is the per-server record of what has actually been served. Where Monitoring shows the server's current health, History shows what it did.

Each row carries:

ColumnWhat it tells you
Inference IDThe identifier to quote when investigating one execution.
Execution date and timeWhen it ran.
Execution byWho or what triggered it.
Primary output metricThe headline number for that execution.
Drift detectedWhether Drift Radar flagged that window.

The drift column is the one to scan. A run whose primary metric looks ordinary but which is flagged for drift is the case worth opening — the metric can hold steady while the underlying distribution moves.

The page is empty until the server starts serving traffic. If it fails to load, that is usually transient; retry, and check the inference-api logs if it persists.

Next steps