Skip to content

Commit

Permalink
Clarify the semantics of the Log Timestamp field (#2183)
Browse files Browse the repository at this point in the history
Contributes to #1875

This is part 1 of the change. Part 2 will add the observed timestamp field. See the issue
for the discussion and the description of the source vs observed timestamps.
  • Loading branch information
tigrannajaryan authored Dec 10, 2021
1 parent 42fa8f6 commit 48bdd23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions specification/logs/data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,9 @@ Below is the detailed description of each field.

Type: Timestamp, uint64 nanoseconds since Unix epoch.

Description: Time when the event occurred measured by the origin clock. This
field is optional, it may be missing if the timestamp is unknown.
Description: Time when the event occurred measured by the origin clock, i.e. the
time at the source. This field is optional, it may be missing if the source
timestamp is unknown.

### Field: `ObservedTimestamp`

Expand Down

0 comments on commit 48bdd23

Please sign in to comment.