GitHub user shenodaguirguis opened a pull request:
https://github.com/apache/samza/pull/848
SAMZA-2028 Samza-SQL Diagnostics: add metrics to Join and Aggregate
operators
by adding metrics to Join and Aggregate, it concludes the first phase
(adding metrics) of Samza-SQL Diagnostics.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shenodaguirguis/samza joinmetrics
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/848.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 #848
----
commit 925624936b0d9fa5471b2081a60988c10c874e66
Author: Shenoda Guirguis <sguirguis@...>
Date: 2018-11-28T21:49:55Z
SAMZA-2028 Samza-SQL Diagnostics: instrument Join and Aggregate operators
adding and maintaining metrics
----
---