You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/07 13:10:20 UTC

[jira] [Commented] (EAGLE-524) aggregation framework-job level metrics aggregation

    [ https://issues.apache.org/jira/browse/EAGLE-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15555037#comment-15555037 ] 

ASF GitHub Bot commented on EAGLE-524:
--------------------------------------

Github user wujinhu commented on the issue:

    https://github.com/apache/incubator-eagle/pull/419
  
    The users want to get the aggregation results of job counters group by some dimensions(by cluster/cluster&queue/cluster&queue&user and so on).For example, the Hadoop cluster administrators want to see the trend of HDFS_BYTES_READ in the last three days group by each cluster.
    
    To meet this requirement,  I implement this by two steps. This PR is the first step. The second step is contained in https://github.com/apache/incubator-eagle/pull/430
    
    In this PR, the history feeder generates counter metrics when it processed history jobs. When the feeder gets one task of each job, it gets the counters values and generate metric value in each minute by ( counter value / task duration * task run time in each minute). So, we get counter metrics by each job and in each minute.


> aggregation framework-job level metrics aggregation
> ---------------------------------------------------
>
>                 Key: EAGLE-524
>                 URL: https://issues.apache.org/jira/browse/EAGLE-524
>             Project: Eagle
>          Issue Type: New Feature
>            Reporter: wujinhu
>            Assignee: wujinhu
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)