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

Time Epic #4

Closed
danstarns opened this issue Sep 3, 2023 · 0 comments
Closed

Time Epic #4

danstarns opened this issue Sep 3, 2023 · 0 comments

Comments

@danstarns
Copy link
Member

danstarns commented Sep 3, 2023

The collector /v1/traces endpoint receives the following Unix Nano timestamps:

  1. startTimeUnixNano - the time when the span started
  2. endTimeUnixNano - the time when the span ended

We store these times as BigInts in the database and then use the Time Package to serialize, sanitize and manipulate them.

We should support lower increments of time such as microseconds.

This will allow us to be more precise with the Trace Viewer, as well as provide users with the real durations, and start and end times.

Tasks

@danstarns danstarns added enhancement New feature or request help wanted Extra attention is needed time and removed enhancement New feature or request help wanted Extra attention is needed labels Sep 3, 2023
@danstarns danstarns changed the title Time Time Epic Sep 3, 2023
This was referenced Sep 3, 2023
@danstarns danstarns added the epic label Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant