1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/api/metric
ET a8faf8cacc
Eliminate Uint64NumberKind from API (#864)
fixes #851

This includes all of the associated methods, such as
  AsUint64, AsUint64Atomic, AsUint64Ptr, CoerceToUint64, SetUint64
  SetUint64Atomic, SwapUint64, SwapUint64Atomic, AddUint64,
  AddUint64Atomic, CompamreAndSwapUint64, CompareUint64

Only significant change as a result was converting the histogram
aggregator's `count` state field into an int64 from a `metric.Number`.

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-06-23 16:28:04 -07:00
..
registry Metrics instrumentation version (#811) 2020-06-12 09:11:17 -07:00
alignment_test.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
api_test.go Metrics instrumentation version (#811) 2020-06-12 09:11:17 -07:00
async.go Add the UpDownSumObserver instrument (#750) 2020-05-20 10:19:51 -07:00
config.go Metrics instrumentation version (#811) 2020-06-12 09:11:17 -07:00
counter.go Move core and key to kv package (#720) 2020-05-13 16:06:03 -07:00
descriptor.go Metrics instrumentation version (#811) 2020-06-12 09:11:17 -07:00
doc.go minor typo fix 2020-05-26 23:06:16 -07:00
kind_string.go Add the UpDownSumObserver instrument (#750) 2020-05-20 10:19:51 -07:00
kind_test.go Support cumulative, delta, and pass-through exporters (#840) 2020-06-22 22:59:51 -07:00
kind.go Support cumulative, delta, and pass-through exporters (#840) 2020-06-22 22:59:51 -07:00
meter.go Metrics instrumentation version (#811) 2020-06-12 09:11:17 -07:00
must.go Metrics instrumentation version (#811) 2020-06-12 09:11:17 -07:00
noop.go Metrics instrumentation version (#811) 2020-06-12 09:11:17 -07:00
number_test.go Eliminate Uint64NumberKind from API (#864) 2020-06-23 16:28:04 -07:00
number.go Eliminate Uint64NumberKind from API (#864) 2020-06-23 16:28:04 -07:00
numberkind_string.go Eliminate Uint64NumberKind from API (#864) 2020-06-23 16:28:04 -07:00
observer.go Add the UpDownSumObserver instrument (#750) 2020-05-20 10:19:51 -07:00
sdkapi.go Metrics instrumentation version (#811) 2020-06-12 09:11:17 -07:00
sync.go Lint 2020-05-29 15:49:58 -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