OpenTelemetry SDK
    Preparing search index...

    Interface MetricProducer

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

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