Blocked by #2326
Collecting from the SDK is done through MeasurementConsumer.collect(reader) method. When MetricReaders are added to a MeterProvider, they need to be given a handle on this method so they can perform collection. Update MetricReader.collect() to be a final implementation which calls this method.
For one possible implementation, see prototype code
Blocked by #2326
Collecting from the SDK is done through
MeasurementConsumer.collect(reader)method. WhenMetricReaders are added to a MeterProvider, they need to be given a handle on this method so they can perform collection. UpdateMetricReader.collect()to be a final implementation which calls this method.For one possible implementation, see prototype code