You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2016/02/29 08:04:04 UTC

[29/46] incubator-apex-core git commit: Added screenshots

Added screenshots


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/6c7a5325
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/6c7a5325
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/6c7a5325

Branch: refs/heads/APEXCORE-293
Commit: 6c7a5325db59022cb03a99aac867f5e9cfa3697d
Parents: f0a0dac
Author: David Yan <da...@datatorrent.com>
Authored: Thu Nov 5 12:56:57 2015 -0800
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Sun Feb 28 22:46:38 2016 -0800

----------------------------------------------------------------------
 autometrics/autometrics.md       |  14 ++++++++++++--
 autometrics/images/dashboard.png | Bin 0 -> 79952 bytes
 autometrics/images/visualize.png | Bin 0 -> 35073 bytes
 3 files changed, 12 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/6c7a5325/autometrics/autometrics.md
----------------------------------------------------------------------
diff --git a/autometrics/autometrics.md b/autometrics/autometrics.md
index 2ed0d9e..42d33e7 100644
--- a/autometrics/autometrics.md
+++ b/autometrics/autometrics.md
@@ -256,6 +256,7 @@ It uses reflection to find all the classes that extend from `IncrementalAggregat
 Here is a sample code snippet on how you can make use of `METRICS_DIMENSIONS_SCHEME` to set your own time buckets and your own set of aggregators for certain `AutoMetric`s performed by the App Data Tracker in your application.
 
 ```java
+  @Override
   public void populateDAG(DAG dag, Configuration configuration)
   {
     ...
@@ -296,6 +297,15 @@ Here is a sample code snippet on how you can make use of `METRICS_DIMENSIONS_SCH
 # Dashboards
 With App Data Tracker enabled, you can visualize the AutoMetrics and system metrics in the Dashboards within dtManage.   Refer back to the diagram in the App Data Tracker section, dtGateway relays queries and query results to and from the App Data Tracker.  In this way, dtManage sends queries and receives results from the App Data Tracker via dtGateway and uses the results to let the user visualize the data.
 
-The Dashboards have some simple builtin widgets to visualize the data.  Line charts and bar charts are some examples.
+Click on the visualize button in dtManage's application page.
+
+![AppDataTracker](images/visualize.png)
+
+You will see the dashboard for the AutoMetrics and the system metrics.
 
-** Need screenshots from dashboard from Chandni’s sample app.
+![AppDataTracker](images/dashboard.png)
+
+The left widget shows the AutoMetrics of `line` and `count` for the LineReceiver operator.  The right widget shows the system metrics.
+
+The Dashboards have some simple builtin widgets to visualize the data.  Line charts and bar charts are some examples.
+Users will be able to implement their own widgets to visualize their data.

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/6c7a5325/autometrics/images/dashboard.png
----------------------------------------------------------------------
diff --git a/autometrics/images/dashboard.png b/autometrics/images/dashboard.png
new file mode 100644
index 0000000..c4ebb39
Binary files /dev/null and b/autometrics/images/dashboard.png differ

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/6c7a5325/autometrics/images/visualize.png
----------------------------------------------------------------------
diff --git a/autometrics/images/visualize.png b/autometrics/images/visualize.png
new file mode 100644
index 0000000..fb2e780
Binary files /dev/null and b/autometrics/images/visualize.png differ