-
Notifications
You must be signed in to change notification settings - Fork 1k
feat: support custom ClientResources in lettuce framework #15470
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
Merged
trask
merged 8 commits into
open-telemetry:main
from
123liuziming:feat/custom-client-resources
Dec 5, 2025
Merged
feat: support custom ClientResources in lettuce framework #15470
trask
merged 8 commits into
open-telemetry:main
from
123liuziming:feat/custom-client-resources
Dec 5, 2025
+12
−6
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
laurit
reviewed
Nov 28, 2025
.../io/opentelemetry/javaagent/instrumentation/lettuce/v5_1/ClientResourcesInstrumentation.java
Show resolved
Hide resolved
laurit
reviewed
Nov 28, 2025
...entelemetry/javaagent/instrumentation/lettuce/v5_1/CustomClientResourcesAsyncClientTest.java
Outdated
Show resolved
Hide resolved
24dd9dd to
66be37b
Compare
Change-Id: I4616ea3486ccdd74f41ce4a26c6dc828e04d2a99
Change-Id: I8220b7890eecafa9cff27253dcb8ef1eb3d1b231
Change-Id: I8db51ffb0b9d7e0cd5cd4b88c83105b6ee3aa850
Change-Id: Ia30514646ce3041e4a89b1b77463581c682427d5
Change-Id: I5402c2d51c1a6f05e5e7c3e2435a122cd200d462
Change-Id: I07b6f5902c534d220e0f1b182583f96ac727dc44
66be37b to
6c92c64
Compare
Change-Id: Ic8fde24648604685979699dbca1f93da382b341b
Change-Id: I82f2148dcb4f8837b053b27dc3b8953399bb8252
Contributor
|
@123liuziming do you have code that depends on this? Do you implement |
Contributor
Author
Yes, some of our customers implement their own |
laurit
approved these changes
Dec 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

#15471