OpenTelemetry.Metrics.MetricPointStatus
enum MetricPointStatus
CollectPending = 1
The MetricPoint has been updated since the previous Collect cycle.
Collect will move it to NoCollectPending.
NoCollectPending = 0
This status is applied to MetricPoints with status CollectPending after a Collect.
If an update occurs, status will be moved to CollectPending.