finish/0 | |
finish/1 | This is provided purely for API compatibility with the otter_span_api module. |
get/0 | |
ids/0 | |
ids/1 | This is provided purely for API compatibility with the otter_span_api module. |
log/1 | |
log/2 | |
start/1 | |
start/2 | |
start/3 | |
tag/2 | |
tag/3 |
finish() -> ok
finish(Span::span()) -> ok
This is provided purely for API compatibility with the otter_span_api module
get() -> span()
ids() -> {trace_id(), span_id()}
ids(Span::span()) -> {trace_id(), span_id()}
This is provided purely for API compatibility with the otter_span_api module
start(Name::info(), TraceId::trace_id()) -> span()
start(Name::info(), TraceId::trace_id(), ParentId::span_id()) -> span()
Generated by EDoc, Apr 14 2017, 04:39:45.