binaryseed / new_relic_absinthe

Absinthe Instrumentation for the New Relic Elixir Agent
https://hex.pm/packages/new_relic_absinthe
Apache License 2.0
19 stars 13 forks source link

Remove milliseconds warning for System.convert_time_unit #9

Closed simonprev closed 5 years ago

simonprev commented 5 years ago

This removes the warning introduced in Elixir 1.8

https://github.com/elixir-lang/elixir/blob/v1.8.1/lib/elixir/lib/system.ex#L892

simonprev commented 5 years ago

Just saw the same fix was already addressed by another PR #7

My bad!