Expand description
Nested message and enum types in Span
.
Structs§
- Event is a time-stamped annotation of the span, consisting of user-supplied text description and key-value pairs.
- 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.
Enums§
- SpanKind is the type of span. Can be used to specify additional relationships between spans in addition to a parent/child relationship.