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

perf(otel): Only calculate current timestamp once #14094

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

AbhiPrasad
Copy link
Member

resolves #14067

Avoid calling Date.now() for each span in the span exporter. This should reduce blocking I/O.

@AbhiPrasad AbhiPrasad requested review from a team, stephanie-anderson and andreiborza and removed request for a team October 28, 2024 14:25
@stephanie-anderson stephanie-anderson removed their request for review October 28, 2024 14:26
@AbhiPrasad AbhiPrasad self-assigned this Oct 28, 2024
@AbhiPrasad AbhiPrasad enabled auto-merge (squash) October 28, 2024 16:05
@AbhiPrasad AbhiPrasad merged commit 8e2d7d2 into develop Oct 28, 2024
133 checks passed
@AbhiPrasad AbhiPrasad deleted the abhi-move-up-date-now branch October 28, 2024 16:10
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 this pull request may close these issues.

Reduce blocking main thread during span logic
2 participants