Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AggregatorStore: don't double-count drops in doubles
As funny as double counting only in doubles is, this seems like an oversight where we inadvertently call `Interlocked.Increment(ref this.DroppedMeasurements);` twice in the non-`emitOverflowAttribute` path. I noticed this digging into a related issue, so thought I'd pop up a PR while in here :)
- Loading branch information