GitHub user majorendre opened a pull request: https://github.com/apache/flume/pull/242
FLUME-1342 adding jmx metrics tables to docs This PR adds a few tables to the User Guide that describe the metrics published by sorurces, sinks and channels. I used simple unix tools to gather the data then I wrote a small utility to convert it to csv. Then I used an online converter https://www.tablesgenerator.com/ to generate the rst tables and then a little manual editing. I discovered some rst formatting problems in the FlumeUserGuide.rst, corrected them, too. It was rather painful process to gather the data and find a decent representation. So far this PR only contains the end result. I would be happy to share the utilities, just don't know what would be the best way. You can merge this pull request into a Git repository by running: $ git pull https://github.com/majorendre/flume FLUME-1342 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flume/pull/242.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #242 ---- commit e2bbbc85dd3d07425322f2a335bea4918f071b44 Author: Endre Major <emajor@...> Date: 2018-11-22T18:52:45Z FLUME-1342 adding jmx metrics tables to docs ---- ---