open-telemetry / opentelemetry-erlang-api

Erlang/Elixir OpenTelemetry API
Apache License 2.0
60 stars 13 forks source link

removing wts dependency #43

Closed tsloughter closed 4 years ago

tsloughter commented 4 years ago

Since it is better to get the time offset at the time of export instead of when the monotonic time is fetched there is no need for wts.

The opentelemtry api timestamp is a native monotonic time and then also exports functions to make it easy for exporters to convert to any unit of system time they need (usually nanoseconds).