[
https://issues.apache.org/jira/browse/TS-4107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15091319#comment-15091319
]
ASF GitHub Bot commented on TS-4107:
------------------------------------
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 <[email protected]>
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.
----
> proxy.process.ssl.total_success_handshake_count_in has wrong record type
> ------------------------------------------------------------------------
>
> Key: TS-4107
> URL: https://issues.apache.org/jira/browse/TS-4107
> Project: Traffic Server
> Issue Type: Bug
> Components: Metrics, SSL
> Reporter: James Peach
> Assignee: James Peach
> Fix For: 6.2.0
>
>
> {{proxy.process.ssl.total_success_handshake_count_in}} is the only SSL metric
> registered in {{RecordsConfig.cc}} where it is incorrectly registered as a
> node metric, rather than a process metric.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)