startTimeUnixNano property
- @TagNumber(7)
start_time_unix_nano is the start time of the span. On the client side, this is the time kept by the local machine where the span execution starts. On the server side, this is the time when the server's application handler starts running. Value is UNIX Epoch time in nanoseconds since 00:00:00 UTC on 1 January 1970.
This field is semantically required and it is expected that end_time >= start_time.
Implementation
@$pb.TagNumber(7)
$fixnum.Int64 get startTimeUnixNano => $_getI64(6);
- @TagNumber(7)
Implementation
@$pb.TagNumber(7)
set startTimeUnixNano($fixnum.Int64 v) { $_setInt64(6, v); }