Suggest Ingestion Metrics
data class SuggestIngestionMetrics(var ingestionTimes: List<LabeledTimingSample>, var downloadTimes: List<LabeledTimingSample>)
Ingestion metrics
These are recorded during crate::Store::ingest and returned to the consumer to record.