1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/api/metric
Joshua MacDonald c5f2252c48
Add the SumObserver instrument (#747)
* Add the SumObserver instrument

* Lint
2020-05-19 11:49:24 -07:00
..
registry Rename Observer to ValueObserver (#734) 2020-05-18 11:03:43 -07:00
alignment_test.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
api_test.go Add the SumObserver instrument (#747) 2020-05-19 11:49:24 -07:00
async.go Add the SumObserver instrument (#747) 2020-05-19 11:49:24 -07:00
config.go Rearrange api/metric code layout (#724) 2020-05-14 13:10:48 -07:00
counter.go Move core and key to kv package (#720) 2020-05-13 16:06:03 -07:00
descriptor.go Rearrange api/metric code layout (#724) 2020-05-14 13:10:48 -07:00
doc.go Replace Measure instrument by ValueRecorder instrument (#732) 2020-05-15 22:11:12 -07:00
kind_string.go Add the SumObserver instrument (#747) 2020-05-19 11:49:24 -07:00
kind.go Add the SumObserver instrument (#747) 2020-05-19 11:49:24 -07:00
meter.go Add the SumObserver instrument (#747) 2020-05-19 11:49:24 -07:00
must.go Add the SumObserver instrument (#747) 2020-05-19 11:49:24 -07:00
noop.go Move core and key to kv package (#720) 2020-05-13 16:06:03 -07:00
number_test.go Move Number to api/metric package (#706) 2020-05-10 23:44:42 -07:00
number.go Move Number to api/metric package (#706) 2020-05-10 23:44:42 -07:00
numberkind_string.go Move Number to api/metric package (#706) 2020-05-10 23:44:42 -07:00
observer.go Add the SumObserver instrument (#747) 2020-05-19 11:49:24 -07:00
sdkapi.go Replace Measure instrument by ValueRecorder instrument (#732) 2020-05-15 22:11:12 -07:00
sync.go Add the UpDownCounter instrument (#745) 2020-05-19 10:00:22 -07:00
updowncounter.go Add the UpDownCounter instrument (#745) 2020-05-19 10:00:22 -07:00
valuerecorder.go Replace Measure instrument by ValueRecorder instrument (#732) 2020-05-15 22:11:12 -07:00