Appsignal.Span.create_root
You're seeing just the function
create_root
, go back to Appsignal.Span module for more information.
Specs
Create a root Appsignal.Span
with a namespace and a pid.
For a description of namespaces, see set_namespace/2
.
Example
Appsignal.Span.create_root("http_request", self())
Specs
Create a root Appsignal.Span
with a namespace, a pid and an explicit start time.
For a description of namespaces, see set_namespace/2
.
Example
Appsignal.Span.create_root("http_request", self(), :os.system_time())