Skip to content
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

feat: Added segment synthesis for otel producer spans #2839

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

bizob2828
Copy link
Member

Description

I updated the rules engine to handle producer spans separate from client spans as they are different. Currently there's only one producer rule which is a fallback rule. I think this is because the messaging spec is most complete and takes a few span attributes to build the name.

Related Issues

Closes #2650

Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.36%. Comparing base (693a3e5) to head (5cc2a49).
Report is 1 commits behind head on next.

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #2839   +/-   ##
=======================================
  Coverage   97.35%   97.36%           
=======================================
  Files         303      304    +1     
  Lines       47141    47194   +53     
=======================================
+ Hits        45896    45949   +53     
  Misses       1245     1245           
Flag Coverage Δ
integration-tests-cjs-18.x 73.21% <ø> (ø)
integration-tests-cjs-20.x 73.21% <ø> (ø)
integration-tests-cjs-22.x 73.24% <ø> (ø)
integration-tests-esm-18.x 49.87% <ø> (ø)
integration-tests-esm-20.x 49.87% <ø> (ø)
integration-tests-esm-22.x 49.92% <ø> (ø)
unit-tests-18.x 89.15% <100.00%> (+0.01%) ⬆️
unit-tests-20.x 89.15% <100.00%> (+0.01%) ⬆️
unit-tests-22.x 89.16% <100.00%> (+0.01%) ⬆️
versioned-tests-18.x 79.18% <ø> (+0.02%) ⬆️
versioned-tests-20.x 79.16% <ø> (ø)
versioned-tests-22.x 79.16% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@bizob2828 bizob2828 merged commit 483cafe into next Dec 16, 2024
50 checks passed
@bizob2828 bizob2828 deleted the producer-spans-to-segments branch December 16, 2024 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants