You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Yunkai Zhang (JIRA)" <ji...@apache.org> on 2013/09/04 07:48:54 UTC

[jira] [Created] (TS-2175) stats.config.xml was broken by TS-443

Yunkai Zhang created TS-2175:
--------------------------------

             Summary: stats.config.xml was broken by TS-443
                 Key: TS-2175
                 URL: https://issues.apache.org/jira/browse/TS-2175
             Project: Traffic Server
          Issue Type: Bug
          Components: Stats
            Reporter: Yunkai Zhang


stats.config.xml was broken by TS-443.

It's no meaningful to do *recursive* calculation:

{code}
    <statistics
        minimum="0"
        interval="10">
        <destination>proxy.node.user_agent_xacts_per_second</destination>
        <destination scope="cluster">proxy.cluster.user_agent_xacts_per_second</destination>
        <expression>
            proxy.node.http.user_agent_xacts_per_second
        </expression>
    </statistics>
{code}

The *expression*, proxy.node.http.user_agent_xacts_per_second, equals to node *destination*, that is wrong.

This issue will cause the value of "proxy.node.http.user_agent_xacts_per_second" to be zero.

There are other same mistakes caused by TS-443.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira