Skip to content

fix: Update _onSpanFinish when _spanBuffer is updated #1399

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

Merged
merged 1 commit into from
Jul 1, 2025

Conversation

ChrisMcD1
Copy link
Contributor

Without _onSpanFinish updated, then whenever a span is closed, it will will be offered to the old queue, that nothing is reading from anymore. This causes all traces to not be sent.

fixes #1281

Without _onSpanFinish updated, then whenever a span is closed, it will
will be offered to the old queue, that nothing is reading from anymore.

This causes all traces to not be sent.
kamon-io#1281
@ivantopo
Copy link
Contributor

Hey @ChrisMcD1, great catch!

@ivantopo ivantopo merged commit 1a4efce into kamon-io:master Jul 1, 2025
2 checks passed
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.

Trace reporting not working when setting reporter-queue-size to any value different than the default.
2 participants