mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-26 03:52:03 +02:00
e4ec924b25
* Reimplement histogram using mutex instead of stateLocker Move existing implementation to histogram_statelocker.go. Implement benchmarks for single thread and parallel histogram updates comparing mutex version to stateLocker version * Drop statelocker implementation and alignment tests, benchmarks Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>