1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-14 10:13:10 +02:00
opentelemetry-go/api/metric
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
..
alignment_test.go Add comments and test for 64-bit field alignment (#418) 2020-01-06 13:08:40 -05:00
api_test.go Drop the gauge instrument (#537) 2020-03-10 16:00:37 -07:00
api.go Drop the gauge instrument (#537) 2020-03-10 16:00:37 -07:00
common.go Rename handle to bound instrument (@sircelsius) (#400) 2019-12-27 16:30:19 -08:00
counter.go Update metric types to not use pointer receivers (#462) 2020-02-04 10:27:03 -08:00
doc.go Drop the gauge instrument (#537) 2020-03-10 16:00:37 -07:00
measure.go Update metric types to not use pointer receivers (#462) 2020-02-04 10:27:03 -08:00
noop.go Drop the gauge instrument (#537) 2020-03-10 16:00:37 -07:00
sdkhelpers.go Drop the gauge instrument (#537) 2020-03-10 16:00:37 -07:00