From c6b0ce778d2fe0c68fac4f483bcf4baf4b18770d Mon Sep 17 00:00:00 2001 From: Spencer Gilbert Date: Fri, 15 Jul 2022 12:00:18 -0400 Subject: [PATCH] update docs for timestamp conversion Signed-off-by: Spencer Gilbert --- website/cue/reference/components/sources/opentelemetry.cue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/cue/reference/components/sources/opentelemetry.cue b/website/cue/reference/components/sources/opentelemetry.cue index 926c0c78f4034..04224d144cd7b 100644 --- a/website/cue/reference/components/sources/opentelemetry.cue +++ b/website/cue/reference/components/sources/opentelemetry.cue @@ -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