Added a instrumentation of load calls by bbakerman · Pull Request #178 · graphql-java/java-dataloader
Navigation Menu
{{ message }}
graphql-java / java-dataloader Public
- Notifications You must be signed in to change notification settings
- Fork 97
Merged
Added a instrumentation of load calls#178
Added a instrumentation of load calls#178
Conversation
Copy link
Member
bbakerman
commented
Mar 11, 2025
bbakerman
commented
The Insrtrumentation calls did not cover load calls. This adds that
bbakerman
added this to the
4.0.0 milestone
bbakerman commented Mar 11, 2025
| */ | ||
| default DataLoaderInstrumentationContext<Object> beginLoad(DataLoader<?, ?> dataLoader, Object key, Object loadContext) { | ||
| return null; | ||
| } |
Copy link
Member Author
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would allow some to "see" all DL load calls
andimarek approved these changes Apr 2, 2025
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment