You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by weisong44 <gi...@git.apache.org> on 2018/06/15 14:17:20 UTC

[GitHub] samza pull request #555: Refactored metrics for table API

GitHub user weisong44 opened a pull request:

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

    Refactored metrics for table API

    Refactored metrics for table API
     - Added TableMetricsUtil that encapsulates required parameters, maintains naming consistency and simplifies metrics creation API for tables.
     - Added metrics to local table
     - Maintained consistency between local, remote and caching table

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

    $ git pull https://github.com/weisong44/samza table-metrics

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

    https://github.com/apache/samza/pull/555.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 #555
    
----
commit e4cfad7797c7dd526384b07cba0980baaeb4d093
Author: Wei Song <ws...@...>
Date:   2018-06-15T04:50:35Z

    Refactored metrics for table API and added missing metrics to local, remote and caching tables.

commit d0ad0b0c5ccb1cd0dc702d62b16b85362336c58c
Author: Wei Song <ws...@...>
Date:   2018-06-15T04:52:16Z

    Merge branch 'master' into table-metrics

----


---

[GitHub] samza pull request #555: SAMZA-1751: Refactored metrics for table API

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---