added auto metrics number
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/cf750735 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/cf750735 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/cf750735 Branch: refs/heads/master Commit: cf750735c9d342ed826cb6868ee3810bd5328d59 Parents: f64379e Author: Chandni Singh <[email protected]> Authored: Wed Nov 4 23:31:00 2015 -0800 Committer: Thomas Weise <[email protected]> Committed: Sun Feb 28 22:46:37 2016 -0800 ---------------------------------------------------------------------- autometrics/autometrics.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/cf750735/autometrics/autometrics.md ---------------------------------------------------------------------- diff --git a/autometrics/autometrics.md b/autometrics/autometrics.md index f449082..4648513 100644 --- a/autometrics/autometrics.md +++ b/autometrics/autometrics.md @@ -130,8 +130,10 @@ GET /ws/v2/applications/{appid}/logicalPlan/operators/{opName} { ... "autoMetrics": { - //Chandni, please fill this in that is relevant with your sample app - } + "count": "71314", + "length": "27780706" + }, + "className": "com.datatorrent.autometric.LineReceiver", ... } ```
