Span
Table of Contents
Classes
- Event
- Event is a time-stamped annotation of the span, consisting of user-supplied
text description and key-value pairs.
- Link
- A pointer from the current span to another span in the same trace or in a
different trace. For example, this can be used in batching operations,
where a single batch handler processes multiple requests from different
traces or when the handler receives a request from a different project.
- SpanKind
- SpanKind is the type of span. Can be used to specify additional relationships between spans
in addition to a parent/child relationship.