GitHub user shenodaguirguis opened a pull request:
https://github.com/apache/samza/pull/806
[SAMZA-1997] Samza-sql diagnostics - instrument project operator
When the user uses Samza-SQL, they use high level declarative language
(SQL) for ease and speed of implementation of their Samza Job. Therefore,
monitoring the job should provide metrics at this high/logical level. This is
the goal of the Samza-SQL diagnostics project. In this first baby-step, we
start with instrumenting the Project operator to provide run-time metrics.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shenodaguirguis/samza samza-sql-diagnostics
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/806.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 #806
----
commit 6d6bd0579a6f9beb4f22afb171d85c199fa10e61
Author: Shenoda Guirguis <sguirgui@...>
Date: 2018-11-15T19:59:32Z
SAMZA-1997 - Samza-sql Diagnostics - Instrument Project operator
commit 18fd27d61e412377b7227c30460730489d84a416
Author: Shenoda Guirguis <sguirgui@...>
Date: 2018-11-15T19:59:32Z
SAMZA-1997 - Samza-sql Diagnostics - Instrument Project operator
commit de49279e1cd6b1055dcb39d97b1e1d6d63999b1f
Author: Shenoda Guirguis <sguirgui@...>
Date: 2018-11-15T19:59:32Z
SAMZA-1997 - Samza-sql Diagnostics - Instrument Project operator
----
---