interface InstantaneousMetricReaderOptions {
    exporter: PushMetricExporter;
    throttleLimit: number;
}

Properties

exporter: PushMetricExporter

The backing exporter for the metric reader.

throttleLimit: number

How much the export should be throttled in milliseconds.