ExRay.Span (ex_ray_d v0.1.2) View Source
A set of convenience functions to manage spans.
Link to this section Summary
Functions
Closes the given span and pops the span state in the associated ETS span chain.
Create a new root span with a given name and unique request chain ID. The request ID uniquely identifies the call chain and will be used as the primary key in the ETS table tracking the span chain.
Creates a new span with a given parent span
Convenience to retrive the parent span ID from a given span
Link to this section Functions
Specs
Closes the given span and pops the span state in the associated ETS span chain.
Specs
Create a new root span with a given name and unique request chain ID. The request ID uniquely identifies the call chain and will be used as the primary key in the ETS table tracking the span chain.
Specs
Creates a new span with a given parent span
Specs
Convenience to retrive the parent span ID from a given span