mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-12 10:04:29 +02:00
bd16ce0cfa
* Switch MinMaxSumCount to a mutex lock instead of StateLocker With multiple values being modified for each Update(), a single mutex lock and non-atomic operations ends up being faster than making each value update into an atomic operation. * Remove StateLocker implementation and comparison benchmarks * Remove field offset tests. No longer required with no atomics. Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com> |
||
---|---|---|
.. | ||
aggregator | ||
batcher | ||
controller/push | ||
selector/simple | ||
alignment_test.go | ||
atomicfields.go | ||
benchmark_test.go | ||
config_test.go | ||
config.go | ||
correct_test.go | ||
doc.go | ||
example_test.go | ||
histogram_stress_test.go | ||
minmaxsumcount_stress_test.go | ||
refcount_mapped.go | ||
sdk.go | ||
stress_test.go |