You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/16 01:25:00 UTC

[jira] [Commented] (SAMZA-1504) Allow user to register container-level metrics

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

ASF GitHub Bot commented on SAMZA-1504:
---------------------------------------

GitHub user xinyuiscool opened a pull request:

    https://github.com/apache/samza/pull/361

    SAMZA-1504: Allow user to register container-level metrics

    This change allows user to register the metrics on the per-container basis.
    
    Tested in beam runner and works as expected.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/xinyuiscool/samza SAMZA-1504

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/361.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #361
    
----
commit 43cbb5265c1b0e962ea727f4e942284fcc4d8bd3
Author: xiliu <xi...@xiliu-ld1.linkedin.biz>
Date:   2017-11-16T01:22:02Z

    SAMZA-1504: Allow user to register container-level metrics

----


> Allow user to register container-level metrics
> ----------------------------------------------
>
>                 Key: SAMZA-1504
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1504
>             Project: Samza
>          Issue Type: Bug
>    Affects Versions: 0.14.0
>            Reporter: Xinyu Liu
>            Assignee: Xinyu Liu
>             Fix For: 0.14.0
>
>
> Currently we only allow user to register the metrics on the per-task basis. This can result in a large amount of metrics being created given large number of tasks. There have been requests from LinkedIn users to be able to register metrics on the container level. For other platform like BEAM, which also needs the capability of registering metrics on container metrics registry.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)