OnDemandMetricReader constructor

OnDemandMetricReader(
  1. MetricExporter exporter
)

Creates a reader that forwards collected metrics to exporter.

Implementation

OnDemandMetricReader(this.exporter);