This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new d955f7f  [SPARK-31516][DOC] Fix non-existed metric 
hiveClientCalls.count of CodeGenerator in DOC
d955f7f is described below

commit d955f7fd5429be1007a5183ef0e8cc7602a732fe
Author: Wei Zhang <[email protected]>
AuthorDate: Fri Apr 24 21:52:50 2020 -0700

    [SPARK-31516][DOC] Fix non-existed metric hiveClientCalls.count of 
CodeGenerator in DOC
    
    ### What changes were proposed in this pull request?
    This PR proposes to remove the non-existed `hiveClientCalls.count` metric 
documentation of `CodeGenerator` of the Spark metrics system in the monitoring 
guide.
    
    There is a duplicated `hiveClientCalls.count` metric in both 
`namespace=HiveExternalCatalog` and  `namespace=CodeGenerator` bullet lists, 
but there is only one defined inside object `HiveCatalogMetrics`.
    
    Closes #28292 from wezhang/monitoringdoc.
    
    Authored-by: Wei Zhang <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 3e83ccc5d826e7a26e5a104ee0f3424199251a80)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 docs/monitoring.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/monitoring.md b/docs/monitoring.md
index b72fd02..7e41c9d 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -1056,7 +1056,6 @@ This is the component with the largest amount of 
instrumented metrics
   - compilationTime (histogram)
   - generatedClassSize (histogram)
   - generatedMethodSize (histogram)
-  - hiveClientCalls.count
   - sourceCodeSize (histogram)
 
 - namespace=DAGScheduler


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to