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 <jmar...@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