Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0febbd8

Browse files
lalitbcijothomas
andauthoredMay 7, 2024··
Update opentelemetry/src/logs/record.rs
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
1 parent 162d7b1 commit 0febbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎opentelemetry/src/logs/record.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::{borrow::Cow, collections::HashMap, time::SystemTime};
77
/// Abstract interface for managing log records. The implementation is provided by the SDK
88
/// Abstract interface for log records in an observability framework.
99
pub trait LogRecord {
10-
/// Sets the creation timestamp.
10+
/// Sets the time when the event occurred measured by the origin clock, i.e. the time at the source.
1111
fn set_timestamp(&mut self, timestamp: SystemTime);
1212

1313
/// Sets the observed event timestamp.

0 commit comments

Comments
 (0)
Please sign in to comment.