-
Notifications
You must be signed in to change notification settings - Fork 360
Implement http test for MaxRequest #7256
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
base: master
Are you sure you want to change the base?
Conversation
Overall package sizeSelf size: 4.39 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.0 | 68.46 kB | 797.03 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7256 +/- ##
=======================================
Coverage 85.13% 85.13%
=======================================
Files 532 532
Lines 22654 22654
=======================================
Hits 19287 19287
Misses 3367 3367 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2026-01-15 18:50:23 Comparing candidate commit 373d21d in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 291 metrics, 29 unstable metrics. |
What does this PR do?
Adds a test to the http integration on our handling to many concurrent http requests.
Motivation
From working with @BridgeAR on issue APMS-16671 where the customer was hitting the max requests limit of the tracer
Plugin Checklist
Additional Notes