You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/10/06 19:31:34 UTC

[jira] [Commented] (AMBARI-7650) RestMetricsPropertyProvider adds Storm metrics to all components

    [ https://issues.apache.org/jira/browse/AMBARI-7650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14160546#comment-14160546 ] 

Hudson commented on AMBARI-7650:
--------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #485 (See [https://builds.apache.org/job/Ambari-trunk-Commit/485/])
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=a5551b730b1c5111ae2fd6c1e369edded393323c)
* ambari-server/src/main/java/org/apache/ambari/server/controller/internal/StackDefinedPropertyProvider.java
* ambari-server/src/main/java/org/apache/ambari/server/controller/metrics/RestMetricsPropertyProvider.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)