1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/sdk/metric
Joshua MacDonald eb28005e2f
Metric Accumulator fix for SumObservers (#1381)
* Let SynchronizedMove(nil) reset and discard

* Add common test for SynchronizedMove(nil)

* End-to-end test for the Processor and SumObserver

* Implement SynchronizedMove(nil) six ways

* Lint

* Changelog

* Test no reset for wrong aggregator type; Fix four Aggregators

* Cleanup

* imports

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-12-10 18:13:08 -08:00
..
aggregator Metric Accumulator fix for SumObservers (#1381) 2020-12-10 18:13:08 -08:00
controller Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
processor Metric Accumulator fix for SumObservers (#1381) 2020-12-10 18:13:08 -08:00
selector/simple Move metric code to a separate package (#1321) 2020-11-12 07:28:32 -08:00
alignment_test.go Remove Labelset (#595) 2020-03-27 14:06:48 -07:00
atomicfields.go chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00
benchmark_test.go Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
correct_test.go Metric Accumulator fix for SumObservers (#1381) 2020-12-10 18:13:08 -08:00
doc.go Update README and documentation to better communicate pre-GA state (#1281) 2020-10-29 09:23:13 -07:00
histogram_stress_test.go Move metric code to a separate package (#1321) 2020-11-12 07:28:32 -08:00
minmaxsumcount_stress_test.go Move metric code to a separate package (#1321) 2020-11-12 07:28:32 -08:00
refcount_mapped.go chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00
sdk.go Metric Accumulator fix for SumObservers (#1381) 2020-12-10 18:13:08 -08:00
stress_test.go Move metric code to a separate package (#1321) 2020-11-12 07:28:32 -08:00