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/03/05 13:01:16 UTC

[jira] [Created] (TS-1740) Improve precision of stats's values

Yunkai Zhang created TS-1740:
--------------------------------

             Summary: Improve precision of stats's values
                 Key: TS-1740
                 URL: https://issues.apache.org/jira/browse/TS-1740
             Project: Traffic Server
          Issue Type: Bug
          Components: Stats
            Reporter: Yunkai Zhang


Improve precision of stats's values

Conversion between types, such as RecInt(int64_t) to RecFloat(float),
may lead to loss of precision.

In the old code, token value was defined with StatFloat type, it would casue
unnecessary conversion when type of token is not StatFloat.

it's best to keep value with the same type of token as much as possiable.

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