refactor(flow-php/telemetry-otlp-bridge): split sync and async curl transports#2482
Merged
Conversation
…ransports - CurlTransport now synchronous: send() blocks and throws on failure - add AsyncCurlTransport (curl_multi) with bounded select-driven tick() - otlp_async_curl_transport()/otlp_async_curl_options() DSL helpers - bundle: transport.type 'async_curl', auto-pumped on WorkerRunningEvent - raise curl request timeout to 10000ms; async connect 1500ms, pump 100ms - fix CollectorMetrics parser for scientific-notation counters
This comment has been minimized.
This comment has been minimized.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## 1.x #2482 +/- ##
============================================
+ Coverage 85.19% 85.22% +0.02%
- Complexity 0 21561 +21561
============================================
Files 1624 1626 +2
Lines 66265 66517 +252
============================================
+ Hits 56457 56691 +234
- Misses 9808 9826 +18 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Log
Added
flow-php/telemetry-otlp-bridge- AsyncCurlTransport (curl_multi) with bounded select-driven tick()flow-php/telemetry-otlp-bridge- otlp_async_curl_transport() and otlp_async_curl_options() DSL helpersflow-php/symfony-telemetry-bundle- transport.type 'async_curl', auto-pumped on WorkerRunningEventFixed
flow-php/telemetry-otlp-bridge- CollectorMetrics test parser reads scientific-notation countersChanged
flow-php/telemetry-otlp-bridge- CurlTransport is now synchronous; send() blocks and throws on failureflow-php/telemetry-otlp-bridge- curl request timeout default raised to 10000msflow-php/symfony-telemetry-bundle- async_curl connect_timeout default 1500ms, pump_timeout 100msRemoved
Deprecated
Security