Skip to content

Commit

Permalink
update docs for timestamp conversion
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Gilbert <[email protected]>
  • Loading branch information
spencergilbert committed Jul 15, 2022
1 parent 695873f commit c6b0ce7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/cue/reference/components/sources/opentelemetry.cue
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,14 @@ components: sources: opentelemetry: {
}
}
timestamp: {
description: "Time when the event occurred measured in nanoseconds."
description: "The UTC Datetime when the event occurred."
required: true
type: uint: {
unit: null
}
}
observed_time_unix_nano: {
description: "Time, in nanoseconds, when the event was observed by the collection system."
observed_timestamp: {
description: "The UTC Datetime when the event was observed by the collection system."
required: true
type: uint: {
unit: null
Expand Down

0 comments on commit c6b0ce7

Please sign in to comment.