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

[jira] [Updated] (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 ]

Leif Hedstrom updated TS-2175:
------------------------------

    Fix Version/s: 4.1.0
    
> 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
>             Fix For: 4.1.0
>
>
> 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