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

fix: time range from traces to logs #6634

Merged
merged 3 commits into from
Dec 16, 2024

Conversation

vikrantgupta25
Copy link
Member

@vikrantgupta25 vikrantgupta25 commented Dec 13, 2024

Summary

  • select the same time range present in the trace details call for the related logs correlation

contributes to - #6124

@github-actions github-actions bot added the bug Something isn't working label Dec 13, 2024
Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Reviewed everything up to 4693660 in 11 seconds

More details
  • Looked at 17 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. frontend/src/container/TraceDetail/SelectedSpanDetails/index.tsx:90
  • Draft comment:
    Ensure that traceStartTime and traceEndTime are in milliseconds before subtracting or adding 1000. If they are in nanoseconds, the adjustment should be 1,000,000 instead.
  • Reason this comment was not posted:
    Comment did not seem useful.

Workflow ID: wflow_NExnmT3QxpizTx9H


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@vikrantgupta25
Copy link
Member Author

contributes to - #6124

@vikrantgupta25 vikrantgupta25 merged commit 8608f02 into develop Dec 16, 2024
16 of 17 checks passed
@vikrantgupta25 vikrantgupta25 deleted the wrong-timeline-for-traces-to-logs branch December 16, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docs not required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong timeline selected for Go to related logs functionality from traces
4 participants