1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-04 09:43:23 +02:00
opentelemetry-go/sdk
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
..
export Rename Integrator to Processor (#863) 2020-06-23 12:00:15 -07:00
instrumentation Update Tracer API with instrumentation version (#802) 2020-06-09 11:47:54 -07:00
internal Remove internal StateLocker implementation (#688) 2020-04-30 14:15:04 -07:00
metric Eliminate Uint64NumberKind from API (#864) 2020-06-23 16:28:04 -07:00
resource Comments 2020-05-21 09:53:34 -07:00
trace Changes AlwaysParentSample to ParentSample(fallback) (#810) 2020-06-11 08:27:21 -07:00
opentelemetry.go Prepare for releasing v0.6.0 2020-05-21 12:10:12 -07:00
README.md Trace sdk (#65) 2019-08-02 13:52:55 -07:00