-
Notifications
You must be signed in to change notification settings - Fork 17
Not compiling with Erlang/OTP 20 #28
Comments
Would be great to have this fixed. Stumbled over this when I installed today. |
I have the same (I think) error:
|
Hi @drozzy (and others) The primary repo for dogstatsde is moving to https://github.com/waisbrot/dogstatsde I haven't had time to make a new release with these changes. I'll have some time to try to fix them in ~2 weeks. |
@waisbrot would you recommend data dog or another hosted monitoring solution for Elixir? I find a lot of Erlang/Elixir libs are not supported for datadog or abandoned. |
I have updated the published version of the library on Hex to 0.9.2. It includes this change and I intend to maintain it there. @drozzy I like Datadog quite a bit and I'm not aware of another service that is as comprehensive. I think this code is pretty small and easy to handle. Now that the code is under my control (not here, remember -- it's at https://github.com/waisbrot/dogstatsde), I'm very willing to give people commit access if they're interested. |
The worker_pool dependency has deprecation warnings that cause it to fail to build. I was able to get everything to compile in my Elixir project by adding
So it may be as simple as updating worker_pool.
The text was updated successfully, but these errors were encountered: