Module otter_span

This module supports both the functional and p-dict style APIs.

Description

This module supports both the functional and p-dict style APIs. This is for internal use. Use the API in the otter module primarily, or if you want to use the process dictionary API, use the otter_span_pdict_api module

Function Index

fend/1
fget_ids/1
flog/2
flog/3
fstart/1
fstart/2
fstart/3
ftag/3
ftag/4
pend/0
pget_ids/0
pget_span/0
plog/1
plog/2
pstart/1
pstart/2
pstart/3
ptag/2
ptag/3

Function Details

fend/1

fend(Span) -> any()

fget_ids/1

fget_ids(Span) -> any()

flog/2

flog(Span, Text) -> any()

flog/3

flog(Span, Text, Service) -> any()

fstart/1

fstart(Name) -> any()

fstart/2

fstart(Name, TraceId) -> any()

fstart/3

fstart(Name, TraceId, ParentId) -> any()

ftag/3

ftag(Span, Key, Value) -> any()

ftag/4

ftag(Span, Key, Value, Service) -> any()

pend/0

pend() -> any()

pget_ids/0

pget_ids() -> any()

pget_span/0

pget_span() -> any()

plog/1

plog(Text) -> any()

plog/2

plog(Text, Service) -> any()

pstart/1

pstart(Name) -> any()

pstart/2

pstart(Name, TraceId) -> any()

pstart/3

pstart(Name, TraceId, ParentId) -> any()

ptag/2

ptag(Key, Value) -> any()

ptag/3

ptag(Key, Value, Service) -> any()


Generated by EDoc, Apr 14 2017, 04:39:45.