Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update log data model JSON examples to use nanosecond values #2024

Merged
merged 2 commits into from
Oct 15, 2021

Conversation

tigrannajaryan
Copy link
Member

The data model says that timestamps are nanosecond values, but examples use milliseconds.
Updated to use stringified nanoseconds according to #1637

Fixes: #1049

@arminru arminru added area:data-model For issues related to data model spec:logs Related to the specification/logs directory labels Oct 15, 2021
The data model says that timestamps are nanosecond values, but examples use milliseconds.
Updated to use stringified nanoseconds according to open-telemetry#1637

Fixes: open-telemetry#1049
@SergeyKanzhelev SergeyKanzhelev merged commit 98590d9 into open-telemetry:main Oct 15, 2021
@tigrannajaryan tigrannajaryan deleted the json-timestamp branch October 15, 2021 17:54
carlosalberto pushed a commit to carlosalberto/opentelemetry-specification that referenced this pull request Oct 31, 2024
…lemetry#2024)

The data model says that timestamps are nanosecond values, but examples use milliseconds.
Updated to use stringified nanoseconds according to open-telemetry#1637

Fixes: open-telemetry#1049

Co-authored-by: Sergey Kanzhelev <S.Kanzhelev@live.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:data-model For issues related to data model spec:logs Related to the specification/logs directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timestamp is specified as nanoseconds, but examples are in milliseconds
3 participants