Skip to content

Conversation

lalitb
Copy link
Member

@lalitb lalitb commented Sep 2, 2025

Changes

The server doesn't scale well with HTTP2 connection. So forcing client to use HTTP1.1

For each request containing 500 events, and sending 500 such request concurrently

(using HTTP1.1):
Throughput : ~390K

Progress: 35053 ops completed (35053 successful, 100.0%) in 45.02s = 778.53 ops/sec
Progress: 39231 ops completed (39231 successful, 100.0%) in 50.03s = 784.16 ops/sec
Progress: 43290 ops completed (43290 successful, 100.0%) in 55.03s = 786.66 ops/sec

And using HTTP2:
Throughput: ~78K

Progress: 7643 ops completed (7643 successful, 100.0%) in 50.03s = 152.77 ops/sec
Progress: 8445 ops completed (8445 successful, 100.0%) in 55.03s = 153.46 ops/sec
Progress: 9221 ops completed (9221 successful, 100.0%) in 60.04s = 153.59 ops/sec

Note - The HTTP2 scaling issue would be handled separately.

Merge requirement checklist

  • CONTRIBUTING guidelines followed
  • Unit tests added/updated (if applicable)
  • Appropriate CHANGELOG.md files updated for non-trivial, user-facing changes
  • Changes in public API reviewed (if applicable)

@lalitb lalitb requested a review from a team as a code owner September 2, 2025 22:28
@lalitb lalitb changed the title Force Geneva Uploader to use HTTP1.1 - 400% increase in throughput fix: Force Geneva Uploader to use HTTP1.1 - 400% increase in throughput Sep 2, 2025
Copy link

codecov bot commented Sep 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 53.2%. Comparing base (00741aa) to head (8bc2094).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #441   +/-   ##
=====================================
  Coverage   53.1%   53.2%           
=====================================
  Files         70      70           
  Lines      10643   10648    +5     
=====================================
+ Hits        5660    5665    +5     
  Misses      4983    4983           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@lalitb lalitb merged commit 95b097a into open-telemetry:main Sep 5, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants