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/aggregator
Joshua MacDonald 9674c81cb7
Drop the gauge instrument (#537)
* drop gauge instrument

* Restore the benchmark and stress test for lastvalue aggregator, but remove monotonic last-value support

* Rename gauge->lastvalue and remove remaining uses of the word 'gauge'

Co-authored-by: Krzesimir Nowak <krzesimir@kinvolk.io>
2020-03-10 16:00:37 -07:00
..
array Add comments and test for 64-bit field alignment (#418) 2020-01-06 13:08:40 -05:00
counter Add comments and test for 64-bit field alignment (#418) 2020-01-06 13:08:40 -05:00
ddsketch initialize checkpoint when creating ddsketch aggregator to prevent panic when merging into a empty one (#402) (#403) 2019-12-26 08:31:41 -08:00
histogram Adds Histogram Aggregator (#433) 2020-01-21 09:15:09 -08:00
lastvalue Drop the gauge instrument (#537) 2020-03-10 16:00:37 -07:00
minmaxsumcount Add comments and test for 64-bit field alignment (#418) 2020-01-06 13:08:40 -05:00
test Rename the sdk/export/metric package name (#432) 2020-01-16 10:05:12 -08:00