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

[Backport release/3.4.x] fix(tracing): span start/end time precision #11556

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

team-gateway-bot
Copy link
Collaborator

Backport 37a17eb from #11484.

* fix(tracing): span start/end time precision

Ensure the span lifetime is consistent with the hierarchy
by using the same time source for the root span's end time as the
balancer span.

Before this fix, an approximation (causing a precision error) could
result in the root span to end before its children.

* docs(changelog): add issue

Co-authored-by: Xumin <[email protected]>

---------

Co-authored-by: Xumin <[email protected]>
(cherry picked from commit 37a17eb)
@samugi samugi merged commit 9487620 into release/3.4.x Sep 13, 2023
@samugi samugi deleted the backport-11484-to-release/3.4.x branch September 13, 2023 08:55
@outsinre
Copy link
Contributor

@samugi Should this be in 3.4.1.0? cherry-pick to EE next/3.4.x.x?

@samugi
Copy link
Member

samugi commented Sep 18, 2023

thanks @outsinre --> https://github.com/Kong/kong-ee/pull/6555 (it has the backport label)

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

Successfully merging this pull request may close these issues.

3 participants