Tags: hazelcast/hazelcast-python-client
Tags
[BACKPORT] Send TCP metrics for bytes sent and received to server (#500) * Send TCP metrics for bytes sent and received to server It would be good to send `tcp.bytesReceived` and `tcp.bytesSend` metrics in the metrics blob to the server, so that, someone can track how much traffic is passing between the server and the client. I have manually tested the stats exported to Prometheus and verified that these two new stats are displayed there correctly. * add v5 to branch filter in test runner
Get rid of the old links in the documentation (#489) * Get rid of the old links in the documentation We have now moved all our documentation & open-source site to `hazelcast.com` with a new structure. This PR corrects all the links to `*.hazelcast.org` with the new ones. * add link checker option to sphinx and fix broken/redirected links * use suggested article
Rename Fast-Aggregations to Aggregations (#460) * Rename Fast-Aggregations to Aggregations This request came during the release review process. To make the client documentation more inline with the other documentation, we are renaming `Fast Aggregations` to just `Aggregations`. Also, improved the documentation a little bit for the Aggregations section. * make the text more clear
PreviousNext