You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by jm...@apache.org on 2020/07/31 16:11:11 UTC

[accumulo-website] branch jmark99-legacy-metrics created (now 808788a)

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

jmark99 pushed a change to branch jmark99-legacy-metrics
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git.


      at 808788a  Update monitoring-metrics.md

This branch includes the following new commits:

     new 808788a  Update monitoring-metrics.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[accumulo-website] 01/01: Update monitoring-metrics.md

Posted by jm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jmark99 pushed a commit to branch jmark99-legacy-metrics
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git

commit 808788a288db444d1108f3a6526c5ed45d4cc7b5
Author: Mark Owens <jm...@apache.org>
AuthorDate: Fri Jul 31 12:11:05 2020 -0400

    Update monitoring-metrics.md
---
 _docs-2/administration/monitoring-metrics.md | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/_docs-2/administration/monitoring-metrics.md b/_docs-2/administration/monitoring-metrics.md
index a22d85f..a56624e 100644
--- a/_docs-2/administration/monitoring-metrics.md
+++ b/_docs-2/administration/monitoring-metrics.md
@@ -74,14 +74,7 @@ An Accumulo user name and password must be entered for access to the shell.
 
 ## Metrics
 
-Accumulo can expose metrics through a legacy metrics library and using the Hadoop Metrics2 library.
-
-### Legacy Metrics
-
-Accumulo has a legacy metrics library that can be exposes metrics using JMX endpoints or file-based logging. These metrics can
-be enabled by setting {% plink general.legacy.metrics %} to `true` in `accumulo.properties` and placing the `accumulo-metrics.xml`
-configuration file on the classpath (which is typically done by placing the file in the `conf/` directory). A template for
-`accumulo-metrics.xml` can be found in `conf/templates` of the Accumulo tarball.
+Accumulo can expose metrics using the Hadoop Metrics2 library.
 
 ### Hadoop Metrics2