You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Jerome Boulon (JIRA)" <ji...@apache.org> on 2009/04/03 23:55:13 UTC

[jira] Updated: (CHUKWA-92) AbstractMetricsContext is using the wrong value

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

Jerome Boulon updated CHUKWA-92:
--------------------------------

    Attachment: CHUKWA-92.patch

Here the correct version.

> AbstractMetricsContext is using the wrong value
> -----------------------------------------------
>
>                 Key: CHUKWA-92
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-92
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>            Reporter: Jerome Boulon
>            Assignee: Jerome Boulon
>            Priority: Blocker
>         Attachments: CHUKWA-92.patch
>
>
> When I put CHUKWA-12, I have used the wrong version of AbstractMetricsContext.
> The metrics file will contain, the accumulated value, the current value for the period (raw) and the rate value
> The raw value and period could be removed if we're outputting the rate information, however people may found both of them useful.
> ex:
> "addedChunk_raw":3
> "addedChunk":88
> "period":6
> "addedChunk_rate":30 ==> 3*60/6 = 30

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.