Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate Uint64NumberKind from API #864

Merged
merged 2 commits into from
Jun 23, 2020

Conversation

evantorrie
Copy link
Contributor

fixes #851

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

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

fixes open-telemetry#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`.
@MrAlias MrAlias merged commit a8faf8c into open-telemetry:master Jun 23, 2020
@evantorrie evantorrie deleted the Uint64Number-byebye branch June 27, 2020 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Uint64NumberKind
3 participants