start_timestamp
Required. A timestamp representing when the measuring started. The
format is either a string as defined in RFC
3339
or a numeric (integer or float)
value representing the number of seconds that have elapsed since the Unix
epoch
. The start_timestamp value must be less than or
equal to the timestamp value, otherwise the Span is discarded as invalid.
Copied
{
  "start_timestamp": "2011-05-02T17:41:36.242Z"
}

or:

Copied
{
  "start_timestamp": 1304358096.242
}
Was this helpful?
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").