GitHub user jpeach opened a pull request: https://github.com/apache/trafficserver/pull/409
TS-4107: proxy.process.ssl.total_success_handshake_count_in has wrong record type ``proxy.process.ssl.total_success_handshake_count_in`` should be the metrics generated in the core SSL code, and the old compatible name ``proxy.process.ssl.total_success_handshake_count`` should be generated as a custom metric. The custom metric needs to be registered in ``RecordsConfig.cc`` but it should be of type ``RECT_PROCESS`` not ``RECT_NODE``. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jpeach/trafficserver fix/TS-4107 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/409.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 #409 ---- commit 147d4291679821c6405ecf6ecaee283042e18288 Author: James Peach <jpe...@apache.org> Date: 2016-01-06T04:18:43Z TS-4107: proxy.process.ssl.total_success_handshake_count_in has wrong record type proxy.process.ssl.total_success_handshake_count_in should be the metrics generated in the core SSL code, and the old compatible name proxy.process.ssl.total_success_handshake_count should be generated as a custom metric. The custom metric needs to be registered in RecordsConfig.cc but it should be of type RECT_PROCESS not RECT_NODE. ---- --- 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. ---