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 11:38:53 UTC

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

     [ https://issues.apache.org/jira/browse/TS-2175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yunkai Zhang deleted TS-2175:
-----------------------------

    
> 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
>            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