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

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

Methods

Methods