opentelemetry-go/api/metric
Joshua MacDonald 1fab21ddbf
Support use of synchronous instruments in async callbacks (#725)
* Support use of synchronous instruments in async callbacks

* Add a test
2020-05-19 21:33:10 -07:00
..
registry Support use of synchronous instruments in async callbacks (#725) 2020-05-19 21:33:10 -07:00
alignment_test.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
api_test.go Support use of synchronous instruments in async callbacks (#725) 2020-05-19 21:33:10 -07:00
async.go Support use of synchronous instruments in async callbacks (#725) 2020-05-19 21:33:10 -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.go Add the SumObserver instrument (#747) 2020-05-19 11:49:24 -07:00
kind_string.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.go Move Number to api/metric package (#706) 2020-05-10 23:44:42 -07:00
number_test.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