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/c9e50af3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/c9e50af3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/c9e50af3 Branch: refs/heads/APEXCORE-293 Commit: c9e50af34494003d3ccb30c7d43cc4662862a0bb Parents: 2582cab 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/c9e50af3/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.
