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

OpenTelemetry integration async error #413

Open
elijahbenizzy opened this issue Nov 1, 2024 · 1 comment
Open

OpenTelemetry integration async error #413

elijahbenizzy opened this issue Nov 1, 2024 · 1 comment
Labels

Comments

@elijahbenizzy
Copy link
Contributor

Is your feature request related to a problem? Please describe.

wt-api   |     |   File "/usr/local/lib/python3.11/site-packages/burr/integrations/opentelemetry.py", line 499, in on_end
wt-api   |     |     self.tracker.post_end_span(
wt-api   |     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
wt-api   |     | AttributeError: 'NoneType' object has no attribute 'post_end_span'

Comes up -- it appears to be non-blocking. @mdrideout investigated/figured this out. See conversation here: https://discord.com/channels/1221891403253288970/1260781251078656063/1301698093556699156.

Describe the solution you'd like
We should investigate and fix.

Describe alternatives you've considered
Likely not immediate (@mdrideout to confirm) but worth investigating.

@mdrideout
Copy link
Contributor

Confirming this still functions as intended and the workflow completes. Non-blocking exception.

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

No branches or pull requests

2 participants