You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/25 15:26:59 UTC

[jira] [Commented] (BEAM-816) Aggregators are not properly named when reported to Graphite

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

ASF GitHub Bot commented on BEAM-816:
-------------------------------------

GitHub user staslev opened a pull request:

    https://github.com/apache/incubator-beam/pull/1185

    Fixed BEAM-816, aggregators are now reported with full (prefixed) names

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable
           Travis-CI on your fork and ensure the whole test matrix passes).
     - [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [ ] If this contribution is large, please file an Apache
           [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).
    
    ---
    
    R: @amitsela 

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

    $ git pull https://github.com/staslev/incubator-beam BEAM-816-Aggregators-are-not-properly-named-when-reported-to-Graphite

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

    https://github.com/apache/incubator-beam/pull/1185.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 #1185
    
----
commit b1a5f8614ce3d3f41ee3f339cec90e7475e3bd53
Author: Stas Levin <st...@gmail.com>
Date:   2016-10-25T15:23:23Z

    Fixed BEAM-816, aggregators are now reported with full (prefixed) names

----


> Aggregators are not properly named when reported to Graphite
> ------------------------------------------------------------
>
>                 Key: BEAM-816
>                 URL: https://issues.apache.org/jira/browse/BEAM-816
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-spark
>            Reporter: Stas Levin
>            Assignee: Stas Levin
>
> (named) Aggregators are reported at the top level of the Graphite tree, instead of being properly indented under the appropriate applicationId/[driver|executor]/etc.



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