noblepaul opened a new pull request, #986: URL: https://github.com/apache/solr/pull/986
implement metrics for ZK ops ### How to use? - start your servers - hit the end point `http://localhost:8983/solr/admin/metrics?key=solr.node:CONTAINER.zkClient` sample output ``` { "metrics":{ "solr.node:CONTAINER.zkClient":{ "watchesFired":29, "reads":452, "writes":171, "bytesRead":1260447, "bytesWritten":483353, "multiOps":26, "cumulativeMultiOps":34, "childFetches":139, "cumulativeChildrenFetched":388, "existsChecks":427, "deletes":3}}} ``` -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org