-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change timestamp data type to sfixed64 nanoseconds since Unix epoch
The change to int64 is proposed by RFC0059 [1]. In this commit there is a small deviation from the RFC: here we use sfixed64 instead of int64 to make it consistent with changes already done for Metrics proto [2]. Experiments proved sfixed64 to be more suitable for timestamps. [1] https://github.com/open-telemetry/oteps/blob/master/text/0059-otlp-trace-data-format.md [2] #33
- Loading branch information
Tigran Najaryan
committed
Nov 8, 2019
1 parent
1ad5577
commit 3fc6412
Showing
1 changed file
with
13 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters