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

[APM] Replace @timestamp with timestamp.us #108908

Closed
sorenlouv opened this issue Aug 17, 2021 · 4 comments
Closed

[APM] Replace @timestamp with timestamp.us #108908

sorenlouv opened this issue Aug 17, 2021 · 4 comments
Labels
Team:APM - DEPRECATED Use Team:obs-ux-infra_services.

Comments

@sorenlouv
Copy link
Member

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 drop timestamp.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.

@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:apm)

@axw
Copy link
Member

axw commented Aug 26, 2021

@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)

@sorenlouv
Copy link
Member Author

@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

@botelastic
Copy link

botelastic bot commented Feb 26, 2022

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.

@botelastic botelastic bot added the stale Used to mark issues that were closed for being stale label Feb 26, 2022
@stale stale bot removed the stale Used to mark issues that were closed for being stale label Jul 4, 2023
@sorenlouv sorenlouv closed this as not planned Won't fix, can't repro, duplicate, stale Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:APM - DEPRECATED Use Team:obs-ux-infra_services.
Projects
None yet
Development

No branches or pull requests

3 participants