fixed typos in autometrics
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/c237a246 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/c237a246 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/c237a246 Branch: refs/heads/master Commit: c237a246ef3e07d68af408853a7b5a093519f38b Parents: fc9af11 Author: Chandni Singh <[email protected]> Authored: Thu Nov 5 13:18:56 2015 -0800 Committer: Thomas Weise <[email protected]> Committed: Sun Feb 28 22:46:37 2016 -0800 ---------------------------------------------------------------------- autometrics/autometrics.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/c237a246/autometrics/autometrics.md ---------------------------------------------------------------------- diff --git a/autometrics/autometrics.md b/autometrics/autometrics.md index 4211842..f1c9a27 100644 --- a/autometrics/autometrics.md +++ b/autometrics/autometrics.md @@ -244,10 +244,10 @@ public class AggregatorIIRAVG extends AbstractIncrementalAggregator ``` ## Discovery of Custom Aggregators -AppDataTracker searches for custom aggregator jars under the following directories statitcally before launching: +AppDataTracker searches for custom aggregator jars under the following directories statically before launching: 1. {dt\_installation\_dir}/plugin/aggregators -2. {user\_home\_dir}/plugin/aggregators +2. {user\_home\_dir}/.dt/plugin/aggregators It uses reflection to find all the classes that extend from `IncrementalAggregator` and `OTFAggregator` in these jars and registers them with the name provided by `@Name` annotation (or class name when `@Name` is absent). @@ -256,4 +256,4 @@ With App Data Tracker enabled, you can visualize the AutoMetrics and system metr The Dashboards have some simple builtin widgets to visualize the data. Line charts and bar charts are some examples. -** Need screenshots from dashboard from Chandniâs sample app. \ No newline at end of file +** Need screenshots from dashboard from Chandniâs sample app.
