# Functions
No description provided by the author
No description provided by the author
TracerWithGenerator enables customization of the Generator that the Tracer will use to create new trace and span IDs.
# Structs
CountGenerator is a simple Generator that can be used to create unique, albeit deterministic, trace and span IDs.
Event encapsulates the properties of calls to AddEvent or AddEventWithTimestamp.
No description provided by the author
Tracer is a type of OpenTelemetry Tracer that tracks both active and ended spans, and which creates Spans that may be inspected to see what data has been set on them.
# Interfaces
No description provided by the author
# Type aliases
TracerOption enables configuration of a new Tracer.