[
https://issues.apache.org/jira/browse/AMBARI-7650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14160556#comment-14160556
]
Hudson commented on AMBARI-7650:
--------------------------------
SUCCESS: Integrated in Ambari-branch-1.7.0 #4 (See
[https://builds.apache.org/job/Ambari-branch-1.7.0/4/])
AMBARI-7650. RestMetricsPropertyProvider adds Storm metrics to all components
(aonishuk) (aonishuk:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=8c1dc9514bcf02cf15d3a0238cfb4b432b6b1924)
*
ambari-server/src/main/java/org/apache/ambari/server/controller/metrics/RestMetricsPropertyProvider.java
*
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/StackDefinedPropertyProvider.java
> RestMetricsPropertyProvider adds Storm metrics to all components
> ----------------------------------------------------------------
>
> Key: AMBARI-7650
> URL: https://issues.apache.org/jira/browse/AMBARI-7650
> Project: Ambari
> Issue Type: Bug
> Reporter: Andrew Onischuk
> Assignee: Andrew Onischuk
> Fix For: 1.7.0
>
>
> For current URI:
>
>
>
> http://c6402.ambari.apache.org:8080/api/v1/clusters/c1/components/?ServiceComponentInfo/category=MASTER&fields=*
>
> we get :
>
>
>
> {
> "href" :
> "http://c6402.ambari.apache.org:8080/api/v1/clusters/c1/components/GANGLIA_SERVER",
> "ServiceComponentInfo" : {
> "category" : "MASTER",
> "cluster_name" : "c1",
> "component_name" : "GANGLIA_SERVER",
> "installed_count" : 0,
> "service_name" : "GANGLIA",
> "started_count" : 1,
> "state" : "STARTED",
> "total_count" : 1
> },
> "metrics" : {
> "api" : {
> "v1" : {
> "cluster" : {
> "summary" : {
> "executorsTotal" : 28.0,
> "nimbusUptime" : "2d 19h 28m 31s",
> "slotsFree" : 0.0,
> "slotsTotal" : 2.0,
> "slotsUsed" : 2.0,
> "supervisors" : 1.0,
> "tasksTotal" : 28.0
> }
> },
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)