Skip to content

Conversation

@wconti27
Copy link
Contributor

@wconti27 wconti27 commented Jan 8, 2026

Summary

  • Adds APM tracing support for bee-queue, a Redis-backed job queue for Node.js
  • Producer spans for Queue.createJob().save() and Queue.saveAll()
  • Consumer spans for job processing via Queue.process()
  • Distributed trace context propagation between producers and consumers
  • Data Streams Monitoring (DSM) support

Test plan

  • Run unit tests: PLUGINS="bee-queue" yarn test:plugins
  • Run DSM tests: verify data streams checkpoints are set correctly
  • Verify context propagation between producer and consumer spans
  • Test with Redis service: SERVICES="redis" docker-compose up -d

🤖 Generated with Claude Code

Adds APM tracing support for bee-queue, a Redis-backed job queue for Node.js:
- Producer spans for Queue.createJob().save() and Queue.saveAll()
- Consumer spans for job processing
- Distributed trace context propagation between producers and consumers
- Data Streams Monitoring (DSM) support

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@wconti27 wconti27 requested review from a team as code owners January 8, 2026 14:44
@wconti27 wconti27 marked this pull request as draft January 8, 2026 14:44
@wconti27 wconti27 self-assigned this Jan 8, 2026
@github-actions
Copy link

github-actions bot commented Jan 8, 2026

Overall package size

Self size: 4.39 MB
Deduped: 5.21 MB
No deduping: 5.21 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

@wconti27 wconti27 added AI Generated Largely based on code generated by an AI or LLM. This label is the same across all dd-trace-* repos semver-minor labels Jan 8, 2026
@codecov
Copy link

codecov bot commented Jan 8, 2026

Codecov Report

❌ Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.53%. Comparing base (d0cc613) to head (f7b842c).

Files with missing lines Patch % Lines
...d-trace/src/service-naming/schemas/v0/messaging.js 0.00% 2 Missing ⚠️
...ages/datadog-instrumentations/src/helpers/hooks.js 0.00% 1 Missing ⚠️
packages/dd-trace/src/plugins/index.js 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7200      +/-   ##
==========================================
- Coverage   84.54%   84.53%   -0.02%     
==========================================
  Files         529      530       +1     
  Lines       22542    22547       +5     
==========================================
+ Hits        19058    19059       +1     
- Misses       3484     3488       +4     

☔ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI Generated Largely based on code generated by an AI or LLM. This label is the same across all dd-trace-* repos semver-minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants