You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/06/20 10:06:19 UTC

[GitHub] [hadoop] elek opened a new pull request #994: HDDS-1710. Publish JVM metrics via Hadoop metrics

elek opened a new pull request #994: HDDS-1710. Publish JVM metrics via Hadoop metrics
URL: https://github.com/apache/hadoop/pull/994
 
 
   In ozone metrics can be published with the help of hadoop metrics (for example via PrometheusMetricsSink)
   
   The basic jvm metrics are not published by the metrics system (just with JMX)
   
   I am very interested about the basic JVM metrics (gc count, heap memory usage) to identify possible problems in the test environment.
   
   Fortunately it's very easy to turn it on with the help of org.apache.hadoop.metrics2.source.JvmMetrics.
   
   See: https://issues.apache.org/jira/browse/HDDS-1710

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org