SuggestIngestionMetrics

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.

Constructors

Link copied to clipboard
constructor(ingestionTimes: List<LabeledTimingSample>, downloadTimes: List<LabeledTimingSample>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Samples for the suggest.ingestion_download_time metric

Link copied to clipboard

Samples for the suggest.ingestion_time metric