GitHub user jpeach opened a pull request: https://github.com/apache/trafficserver/pull/705
TS-4100: Remove custom XML metrics. This PR is a heads-up. I'm still going to work on some config file documentation before I merge this. Additionally we need to figure out an upgrade path, since we need the latest version of ``metrics.config`` to be installed and the current installation target always installs the new version to the side. Ping @bryancall @zwoop @PSUdaemon @shukitchan You can merge this pull request into a Git repository by running: $ git pull https://github.com/jpeach/trafficserver fix/4100 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/705.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 #705 ---- commit bbbf776003b05fe212ea0d7edb1668dda86f70b4 Author: James Peach <jpe...@apache.org> Date: 2016-06-14T00:08:38Z TS-4100: Permanently enable Lua metrics processing. commit b002e1019ba24b14fcdb66e74e4b8742675af7d9 Author: James Peach <jpe...@apache.org> Date: 2016-06-14T00:24:28Z TS-4100: Remove the XML-based stats processor. commit fb3da9685edba3362bdf3db0bd3d46e6cbc72e3f Author: James Peach <jpe...@apache.org> Date: 2016-06-14T00:25:21Z TS-4100: Fix a metrics.config typo. commit 166329e92b1777e6a32894c1453cb3259bf489df Author: James Peach <jpe...@apache.org> Date: 2016-06-14T00:52:49Z TS-4100: Remove hard-coded metrics initialization. The Lua metrics processor creates metrics on demand, so there's no need to hard-code these any more. After an initial convergence period, all the metrics end up being evaluatable (that is traffic_manager -T lua doesn't show any eval errors any more). ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---