Bluehouse-Technology / otter

Support for OpenTracing in Erlang
https://hexdocs.pm/otter/
Apache License 2.0
105 stars 17 forks source link

Move server functionality to separate application #16

Closed fholzhauser closed 7 years ago

fholzhauser commented 7 years ago

Currently otter includes server functionality which is only used for testing, but pulls in cowboy as external dependency. The scope of this change is to move the server functionality to a new application (otter_srv). This application can be added as dependency to otter for testing purposes (e.g. in the test profile of rebar3). When separating the server part we'll move common/reusable functionality (e.g. thrift protocol codec) to a library application (otter_lib).

fholzhauser commented 7 years ago

Done in 0.3.0