-
Notifications
You must be signed in to change notification settings - Fork 78
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
Record number of result set rows in DataSourceQueryCountListener
#85
Comments
+1 for this feature. Or is there a manual way how to count number of rows returned, by intercepting how many times next() method was called? |
The manual way of achieving this is by implementing This is how I have done to get the row count in the micrometer observation for I think the best approach to the library is to add a callback specific to the |
Hi, Is implementation of this feature in the scope? |
I'd like to test the number of returned rows from some JPA select queries. Would it be possible to add that to net.ttddyy.dsproxy.QueryCount?
The text was updated successfully, but these errors were encountered: