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
Create ABC MeasurementConsumer interface and an empty implementation of DefaultMeasurementConsumer (implementation is tracked in Implement DefaultMeasurementConsumer #2328).
Add a member measurement_consumer: MeasurementConsumer on MeterProvider
Wire instruments to call into its methods (e.g. Counter.add() should pass measurement to measurement_consumer.consume_measurement())
The text was updated successfully, but these errors were encountered:
See design doc section on MeasurementConsumer. For this issue:
MeasurementConsumer
interface and an empty implementation ofDefaultMeasurementConsumer
(implementation is tracked in Implement DefaultMeasurementConsumer #2328).measurement_consumer: MeasurementConsumer
on MeterProviderCounter.add()
should pass measurement tomeasurement_consumer.consume_measurement()
)The text was updated successfully, but these errors were encountered: