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/8b3e3d8a Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/8b3e3d8a Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/8b3e3d8a Branch: refs/heads/master Commit: 8b3e3d8a7b76f8c4831d2e39e65b38337066884c Parents: c8cc637 Author: David Yan <[email protected]> Authored: Thu Nov 5 12:56:57 2015 -0800 Committer: Thomas Weise <[email protected]> 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/8b3e3d8a/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. + + + +You will see the dashboard for the AutoMetrics and the system metrics. -** Need screenshots from dashboard from Chandniâs sample app. + + +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/8b3e3d8a/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/8b3e3d8a/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
