@shopify/cli-kit
    Preparing search index...
    interface InstantaneousMetricReaderOptions {
        exporter: PushMetricExporter;
        throttleLimit: number;
    }
    Index

    Properties

    exporter: PushMetricExporter

    The backing exporter for the metric reader.

    throttleLimit: number

    How much the export should be throttled in milliseconds.