You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by da...@apache.org on 2016/03/04 20:48:42 UTC

[21/50] [abbrv] incubator-apex-core git commit: added auto metrics number

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 <cs...@apache.org>
Authored: Wed Nov 4 23:31:00 2015 -0800
Committer: Thomas Weise <th...@datatorrent.com>
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", 
     ...
 }
 ```