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

Support to trace redisson lock #567

Merged

Conversation

peachisai
Copy link
Contributor

  • Update the documentation to include this new feature.

  • Tests(including UT, IT, E2E) are added to verify the new feature.

  • Update the CHANGES log.

@wu-sheng wu-sheng added this to the 9.0.0 milestone Jul 1, 2023
@wu-sheng
Copy link
Member

wu-sheng commented Jul 1, 2023

Please fix the code style of your test codes.

Comment on lines 37 to 41
private static final AbstractTag<String> TAG_LOCK_NAME = Tags.ofKey("lock_name");

private static final AbstractTag<String> TAG_LEASE_TIME = Tags.ofKey("lease_time");

private static final AbstractTag<String> TAG_THREAD_ID = Tags.ofKey("thead_id");
Copy link
Member

Choose a reason for hiding this comment

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

Are these duplicated? If so, please move them into a Tags class to avoid the duplication.

Copy link
Member

Choose a reason for hiding this comment

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

Others are good.

@peachisai peachisai requested a review from wu-sheng July 2, 2023 11:41
@wu-sheng
Copy link
Member

wu-sheng commented Jul 2, 2023

You need to fix CI first.

@wu-sheng wu-sheng merged commit 88d8e63 into apache:main Jul 2, 2023
174 of 175 checks passed
@peachisai peachisai deleted the feature/support-to-trace-redisson-lock branch July 2, 2023 14:15
yangyulely pushed a commit to yangyulely/skywalking-java that referenced this pull request May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants