opencensus-erlang
opencensus-erlang copied to clipboard
adds set_kind func for oc_trace
My first thought was that maybe the spec said kind could only be set when a span is started. I can't find that in the spec so I guess this is fine, only issue is the test using a binary instead of an atom.
yeah we are starting the trace with_child_span
since its a remote trace, so I could also add it as an option to that func if you think its better.
I'll change that to an atom, thanks for reviewing!