Bluehouse-Technology / otter

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

add method to start new span from parent span #10

Closed RoadRunnr closed 7 years ago

RoadRunnr commented 7 years ago

The span inherits the trace_id from the parent and the parent span id is setup automatically.

RoadRunnr commented 7 years ago

this pull request has a conflict with #9 due to the use of guards on the API. Resolving it will trivial.

cmullaparthi commented 7 years ago

I've integrated this manually as the API changed since the pull request was created. Thanks @RoadRunnr