cgenrich opened a new pull request, #10326: URL: https://github.com/apache/pinot/pull/10326
`feature` https://github.com/apache/pinot/issues/10325 `observability` Expose a new method to provide metrics from the transport layer implementation. `release-notes` - Signature changes to public methods/interfaces * org.apache.pinot.client.Connection executeAsync(..) returns CompletableFuture<ResultSetGroup> instead of Future<ResultSetGroup> * org.apache.pinot.client.PreparedStatement executeAsync() returns CompletableFuture<ResultSetGroup> instead of Future<ResultSetGroup> * org.apache.pinot.client.Connection now has PinotClientTransport<?> getTransport() * org.apache.pinot.client.PinotClientTransport<METRICS> now has METRICS getClientMetrics() > The default implementation JsonAsyncHttpPinotClientTransport returns org.asynchttpclient.ClientStats -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org