Skip to content

fix(flow-php/telemetry-otlp-bridge): push async curl transport in long-running worker#2467

Merged
norberttech merged 2 commits into
1.xfrom
curl_async_push
Jun 20, 2026
Merged

fix(flow-php/telemetry-otlp-bridge): push async curl transport in long-running worker#2467
norberttech merged 2 commits into
1.xfrom
curl_async_push

Conversation

@norberttech

Copy link
Copy Markdown
Member

Change Log


Added

  • flow-php/telemetry-otlp-bridge - non-blocking CurlTransport::tick() to drive in-flight requests
  • flow-php/symfony-telemetry-bundle - pump curl transports on Messenger WorkerRunningEvent

Fixed

  • flow-php/telemetry-otlp-bridge - telemetry lost in long-running workers when requests stalled between messages
  • flow-php/telemetry-otlp-bridge - unbounded failure accumulation by surfacing export failures to the ErrorHandler as reaped

Changed

  • flow-php/telemetry-otlp-bridge - curl per-request timeout_ms default raised 250 to 5000

Removed

Deprecated

Security

…g-running worker

- add non-blocking CurlTransport::tick() to drive in-flight requests
- push curl transports on Messenger WorkerRunningEvent with tick()
- raise curl per-request timeout_ms default 250 -> 5000
- surface export failures to ErrorHandler as reaped instead of unbounded
retain
@datadog-official

This comment has been minimized.

@codecov

codecov Bot commented Jun 20, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 82.85714% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.13%. Comparing base (9aaaf0e) to head (92b0502).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##                1.x    #2467      +/-   ##
============================================
- Coverage     85.13%   85.13%   -0.01%     
- Complexity        0    21328   +21328     
============================================
  Files          1609     1610       +1     
  Lines         65763    65786      +23     
============================================
+ Hits          55988    56006      +18     
- Misses         9775     9780       +5     
Components Coverage Δ
etl 88.43% <ø> (ø)
cli 89.40% <ø> (ø)
lib-array-dot 81.44% <ø> (ø)
lib-azure-sdk 64.44% <ø> (ø)
lib-doctrine-dbal-bulk 93.61% <ø> (ø)
lib-filesystem 85.03% <ø> (ø)
lib-types 90.06% <ø> (ø)
lib-parquet 70.10% <ø> (ø)
lib-parquet-viewer 82.26% <ø> (ø)
lib-snappy 89.82% <ø> (ø)
lib-dremel 0.00% <ø> (ø)
lib-postgresql 88.59% <ø> (ø)
lib-telemetry 85.95% <ø> (ø)
bridge-filesystem-async-aws 92.74% <ø> (ø)
bridge-filesystem-azure 90.45% <ø> (ø)
bridge-monolog-http 96.82% <ø> (ø)
bridge-monolog-telemetry 94.11% <ø> (ø)
bridge-openapi-specification 92.07% <ø> (ø)
symfony-http-foundation 78.57% <ø> (ø)
bridge-psr18-telemetry 100.00% <ø> (ø)
bridge-psr3-telemetry 97.84% <ø> (ø)
bridge-psr7-telemetry 100.00% <ø> (ø)
bridge-telemetry-otlp 89.90% <80.00%> (-0.07%) ⬇️
bridge-symfony-http-foundation-telemetry 89.47% <ø> (ø)
bridge-symfony-filesystem-bundle 90.66% <ø> (ø)
bridge-symfony-filesystem-cache 98.14% <ø> (ø)
bridge-symfony-postgresql-bundle 93.83% <ø> (ø)
bridge-symfony-postgresql-cache 94.41% <ø> (ø)
bridge-symfony-postgresql-messenger 98.80% <ø> (ø)
bridge-symfony-postgresql-session 93.65% <ø> (ø)
bridge-symfony-telemetry-bundle 81.00% <84.00%> (+<0.01%) ⬆️
adapter-chartjs 84.05% <ø> (ø)
adapter-csv 91.16% <ø> (ø)
adapter-doctrine 90.79% <ø> (ø)
adapter-google-sheet 99.18% <ø> (ø)
adapter-http 72.34% <ø> (ø)
adapter-json 88.63% <ø> (ø)
adapter-logger 50.00% <ø> (ø)
adapter-parquet 77.70% <ø> (ø)
adapter-text 74.13% <ø> (ø)
adapter-xml 83.40% <ø> (ø)
adapter-avro 0.00% <ø> (ø)
adapter-excel 94.21% <ø> (ø)
adapter-postgresql 91.06% <ø> (ø)
adapter-seal 85.42% <ø> (ø)
bridge-phpunit-postgresql 75.30% <ø> (ø)
bridge-phpunit-telemetry 80.08% <ø> (ø)
bridge-phpstan-types 0.00% <ø> (ø)
bridge-postgresql-valinor 100.00% <ø> (ø)
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@norberttech norberttech merged commit c0750cf into 1.x Jun 20, 2026
38 of 39 checks passed
@norberttech norberttech deleted the curl_async_push branch June 20, 2026 10:39
@github-project-automation github-project-automation Bot moved this from Todo to Done in Roadmap Jun 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant