[
https://issues.apache.org/jira/browse/AMBARI-15448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15199311#comment-15199311
]
Hudson commented on AMBARI-15448:
---------------------------------
FAILURE: Integrated in Ambari-branch-2.2 #521 (See
[https://builds.apache.org/job/Ambari-branch-2.2/521/])
AMBARI-15448. Report AMS / Grafana Per Disk Metrics and other changes. (swagle:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=395bca848fc8e502b8174bacd84dc24562f8d794])
*
ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/templates/hadoop-metrics2.properties.j2
*
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/templates/metric_monitor.ini.j2
*
ambari-metrics/ambari-metrics-host-monitoring/src/test/python/core/TestHostInfo.py
*
ambari-metrics/ambari-metrics-host-monitoring/src/main/python/core/controller.py
*
ambari-metrics/ambari-metrics-host-monitoring/src/main/python/core/metric_collector.py
*
ambari-metrics/ambari-metrics-host-monitoring/src/main/python/core/config_reader.py
*
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/metrics_grafana_util.py
*
ambari-metrics/ambari-metrics-host-monitoring/src/main/python/core/host_info.py
> Report AMS / Grafana Per Disk Metrics and other changes
> -------------------------------------------------------
>
> Key: AMBARI-15448
> URL: https://issues.apache.org/jira/browse/AMBARI-15448
> Project: Ambari
> Issue Type: Task
> Components: ambari-metrics
> Affects Versions: 2.2.2
> Reporter: Siddharth Wagle
> Assignee: Siddharth Wagle
> Fix For: 2.2.2
>
> Attachments: AMBARI-15448.patch
>
>
> We need to collect and expose per-disk metrics from AMS for iostats counters.
> We can sort the disk names alphabetically, and name the metrics like _1, _2,
> etc.
> Plus from psutils:
> busy_time: (Linux, FreeBSD) time spent doing actual I/Os (in milliseconds)
> read_merged_count (Linux): number of merged reads (see iostat doc)
> write_merged_count (Linux): number of merged writes (see iostats doc)
> _Additional fixes_:
> - Combined_disk_total metric seems to be wrong : it is a sum() of all disk
> percentages from different disks
> - Missing ATS and JHS metrics due to wrong config item in
> hadoop-metrics2.properties file
> - Report number of disks
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)