Type Alias SpanEventKey

Source
pub type SpanEventKey = NonZeroU64;
Expand description

This is the internal type used to identify span eventss. The value is the semi-unique timestamp from when the span event was created. “Semi-unique” because the “create” event shares a timestamp with the span it creates.

Aliased Type§

pub struct SpanEventKey(/* private fields */);