You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I don't think it is correct. There is no _register_measurement_consumer on metric reader and self there refers to meter provider. It should be updated to this unless I am missing something.
Blocked by #2326
Collecting from the SDK is done through
MeasurementConsumer.collect(reader)
method. WhenMetricReader
s 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
The text was updated successfully, but these errors were encountered: