signalfx / signalfx-go

Go client library and instrumentation bindings for SignalFx
https://www.signalfx.com
Apache License 2.0
14 stars 48 forks source link

Align int64 counters in writer to 64-bit boundaries #71

Closed keitwb closed 4 years ago

keitwb commented 4 years ago

This manual alignment is required by the atomic package for methods like atomic.AddInt64 to work properly on 32-bit systems.