This is a public interface that represent an export state of a IMetricReader.

interface MetricProducer {
    collect(
        options?: metrics.MetricCollectOptions,
    ): Promise<metrics.CollectionResult>;
}

Implemented by

Methods

Methods