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

Upgrade to OTEL 1.29.0 #669

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Upgrade to OTEL 1.29.0 #669

merged 1 commit into from
Dec 13, 2024

Conversation

alexmojaki
Copy link
Contributor

Upgrade dependencies, particularly for the new OTEL release.

Fixes sqlalchemy tests by disabling the SQL commenter because it now adds the comments to db.statement: open-telemetry/opentelemetry-python-contrib#2937

Also I was running into more warnings about checking tokens so I added some more wait_for_check_token_thread and related code, not related to the rest of the PR.

@@ -25,7 +25,7 @@ def instrument_asyncpg(logfire_instance: Logfire, **kwargs: Unpack[AsyncPGInstru

See the `Logfire.instrument_asyncpg` method for details.
"""
AsyncPGInstrumentor().instrument( # type: ignore[reportUnknownMemberType]
AsyncPGInstrumentor().instrument(
Copy link
Member

Choose a reason for hiding this comment

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

Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (eef4933) to head (469c0a9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #669   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          137       137           
  Lines        10745     10750    +5     
  Branches      1472      1473    +1     
=========================================
+ Hits         10745     10750    +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alexmojaki alexmojaki merged commit f911076 into main Dec 13, 2024
14 checks passed
@alexmojaki alexmojaki deleted the alex/otel-1.29 branch December 13, 2024 09:53
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.

2 participants