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 <wsong@...> 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 <wsong@...> Date: 2018-06-15T04:52:16Z Merge branch 'master' into table-metrics ---- ---