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

ScatterPlot showing incorrect times #270

Closed
SaintDubious opened this issue Nov 5, 2018 · 1 comment · Fixed by #274
Closed

ScatterPlot showing incorrect times #270

SaintDubious opened this issue Nov 5, 2018 · 1 comment · Fixed by #274

Comments

@SaintDubious
Copy link

SaintDubious commented Nov 5, 2018

Requirement - what kind of business use case are you trying to solve?

The Scatter Plot is showing me incorrect times for my traces. I am using jaeger-ui pulled from master on Friday 11/02

Problem - what in Jaeger blocks you from solving the requirement?

From the main page in Jager-UI when I do a search I will see a list of matching traces, with a scatter plot up top. The balls in the scatter plot are in times that don't match the traces in the list. The traces themselves also have a time stamp associated with each of them, which is showing up correct. They also have a duration, which is also correct. The Scatter Plot is off, usually by anywhere from tens of minutes to a few hours in either direction.

I tried limiting the search to just one trace and the scatter plot looks correct (in my test the dot was at the extreme right edge of the plot where the x-axis didn't label the time point, but it looked correct)

I then expanded the search to 2 traces, both of which are at 10:30:27am with a duration of about half a second, the scatter plot shows the dots at around 10:43 and 10:46.

Last test, return 20 traces, all of which are around 10:30:27 with duration about a second. Scatter plot shows me times between 10:21 and 10:50

NOTE/WARNING/CAVEAT I am connecting Jaeger-UI to my own data store which is pretending to be Jaeger-Query. It's entirely possible that I'm just messing up times when I return data. However in all screens (including raw json) Jaeger-UI is showing me correct times and durations, it's only the scatter plot that is wrong.

Proposal - what do you suggest to solve the problem or improve the existing situation?

Any open questions to address

@SaintDubious
Copy link
Author

Thanks for this, I greatly appreciate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant