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

Enable tracing in DistributedCommandBus with SpanFactory #2729

Merged
merged 4 commits into from Jun 1, 2023
Merged

Conversation

gklijs
Copy link
Contributor

@gklijs gklijs commented May 25, 2023

fixes #2403
I think all the needed tracing is there, but I'm unsure.

@gklijs gklijs added Type: Feature Use to signal an issue is completely new to the project. Priority 2: Should High priority. Ideally, these issues are part of the release they’re assigned to. Status: In Progress Use to signal this issue is actively worked on. labels May 25, 2023
@gklijs gklijs added this to the Release 4.8.0 milestone May 25, 2023
@gklijs gklijs self-assigned this May 25, 2023
Copy link
Member

@CodeDrivenMitch CodeDrivenMitch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The premise looks good, but there is a small issue with it. Also, there is some javadoc missing.

Copy link
Member

@smcvb smcvb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of comments do resolve before we proceed.

Furthermore, it is good to point out this resolves the sending side for tracing, but not the handling end. For setting the handle span, we need to adjust the CommandBusConnector for the Spring Cloud and JGroups extension. Not necessarily a task you should do ASAP, but we shouldn't forget, of course!

@gklijs gklijs requested a review from smcvb May 26, 2023 12:41
@sonarcloud
Copy link

sonarcloud bot commented May 26, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

95.2% 95.2% Coverage
0.0% 0.0% Duplication

Copy link
Member

@smcvb smcvb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My concerns have been addressed, hence I'm approving this pull request.

@gklijs gklijs merged commit 85ef86d into master Jun 1, 2023
8 checks passed
@gklijs gklijs added Status: Resolved Use to signal that work on this issue is done. and removed Status: In Progress Use to signal this issue is actively worked on. labels Jun 1, 2023
@smcvb smcvb deleted the issues/2403 branch June 2, 2023 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority 2: Should High priority. Ideally, these issues are part of the release they’re assigned to. Status: Resolved Use to signal that work on this issue is done. Type: Feature Use to signal an issue is completely new to the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable tracing in DistributedCommandBus with SpanFactory
3 participants