-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[APM] Replace @timestamp
with timestamp.us
#108908
Comments
Pinging @elastic/apm-ui (Team:apm) |
@sqren I did some investigation into this, and I don't think there's much we can do at the moment: elastic/apm-server#1678 (comment) |
@axw Thanks for doing that. I'll pull this out of 7.16 then and mark it as blocked. This also means we won't do this before 8.0 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Today APM documents have two timestamp fields:
@timestamp
(millisecond precision)timestamp.us
(microsecond precision)Since 7.0 Elasticsearch has supported nanosecond precision for timestamps. We can take advantage of this by upgrading the precision of
@timestamp
and at the same time droptimestamp.us
to save storage.If the UI is changed to only use
@timestamp
it will cause a lack of precision when viewing old data (before this change). Therefore it can be seen as a "light" breaking change.The text was updated successfully, but these errors were encountered: