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/074fc0c9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/074fc0c9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/074fc0c9 Branch: refs/heads/APEXCORE-293 Commit: 074fc0c9f54396cacec723173393eeb93fcbb384 Parents: aa989b2 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/074fc0c9/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", ... } ```
