You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2015/04/15 21:47:27 UTC

[03/30] incubator-lens git commit: LENS-267 : Add missing metrics in monitoring doc (Sushil Mohanty via amareshwari)

LENS-267 : Add missing metrics in monitoring doc (Sushil Mohanty via amareshwari)


Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/6b913604
Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/6b913604
Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/6b913604

Branch: refs/heads/master
Commit: 6b9136043a02976087e690aab82df4f1c819b648
Parents: 77cea31
Author: Amareshwari Sriramdasu <am...@inmobi.com>
Authored: Fri Feb 6 18:27:13 2015 +0530
Committer: Amareshwari Sriramdasu <am...@inmobi.com>
Committed: Fri Feb 6 18:29:31 2015 +0530

----------------------------------------------------------------------
 src/site/apt/admin/monitoring.apt | 32 ++++++++++++++++++++++++++++++--
 1 file changed, 30 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/6b913604/src/site/apt/admin/monitoring.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/admin/monitoring.apt b/src/site/apt/admin/monitoring.apt
index c939abc..f9f7b12 100644
--- a/src/site/apt/admin/monitoring.apt
+++ b/src/site/apt/admin/monitoring.apt
@@ -37,9 +37,37 @@ Lens server monitoring
   
   * Total number of cancelled queries;
   
-  Lens server also emits jvm, gc, memory and thread level metrics.
+  * Number of result formatting error
 
-  Ganglia metrics can be enabled by configuring the parameters :
+
+ Lens server also emits following metrics for other services
+
+  * Number of exceptions
+
+  * Number of HTTP client error
+
+  * Number of HTTP error
+
+  * Number of HTTP server error
+
+  * Number of HTTP unknown error
+
+  * Number of HTTP request started
+
+  * Number of HTTP requests finished
+
+  * Number of statistics store errors
+
+  * Number of statistics log partition handler errors
+
+  * Number of statistics log file scanner errors
+
+  * Number of email notification errors
+
+
+ Lens server also emits jvm, gc, memory and thread level metrics.
+
+ Ganglia metrics can be enabled by configuring the parameters :
   <lens.server.enable.gangla.metrics>, <lens.server.metrics.ganglia.serverName>, <lens.server.metrics.ganglia.port>,
    <lens.server.metrics.reporting.period>.