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

impl(otel): fewer OTel spans on HTTP requests #14406

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

coryan
Copy link
Contributor

@coryan coryan commented Jul 1, 2024

Prefer using events, as it is easy to hit the number of spans limit for
long running requests. For example, a download of 1GiB objects can
exceed the 1,000 span limit if the application reads in chunks of 1MiB.


This change is Reviewable

Prefer using events, as it is easy to hit the number of spans limit for
long running requests. For example, a download of 1GiB objects can
exceed the 1,000 span limit if the application reads in chunks of 1MiB.
Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.58%. Comparing base (0ec79e5) to head (72850c0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14406      +/-   ##
==========================================
- Coverage   93.58%   93.58%   -0.01%     
==========================================
  Files        2313     2313              
  Lines      206885   206884       -1     
==========================================
- Hits       193622   193616       -6     
- Misses      13263    13268       +5     

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

@coryan coryan marked this pull request as ready for review July 1, 2024 13:44
@coryan coryan requested a review from a team as a code owner July 1, 2024 13:44
Copy link
Member

@dbolduc dbolduc left a comment

Choose a reason for hiding this comment

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

You know the drill. Wait until version bump to merge.

@coryan coryan merged commit 2983243 into googleapis:main Jul 1, 2024
66 checks passed
@coryan coryan deleted the impl-fewer-spans-for-HTTP-requests branch July 1, 2024 17:01
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