[
https://issues.apache.org/jira/browse/EAGLE-350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhao, Qingwen updated EAGLE-350:
--------------------------------
Description:
Hadoop running queue monitoring aims to collect some queue related metrics.
Currently we only fetch data from the following three apis.
* CLUSTER_SCHEDULER_URL = "ws/v1/cluster/scheduler"
* CLUSTER_METRICS_URL = "ws/v1/cluster/metrics"
* CLUSTER_RUNNING_APPS_URL = "ws/v1/cluster/apps?state=RUNNING"
Sample queries
http://localhost:9098/eagle-service/rest/entities?query=RunningQueueService[@site="sandbox"]{*}&pageSize=1000
http://localhost:9098/eagle-service/rest/entities?query=GenericMetricService[@site="sandbox"]{*}&metricName=hadoop.queue.usedcapacity&pageSize=1000
was:
Hadoop running queue monitoring aims to collect some queue related metrics.
Currently we only fetch data from the following three apis.
* CLUSTER_SCHEDULER_URL = "ws/v1/cluster/scheduler"
* CLUSTER_METRICS_URL = "ws/v1/cluster/metrics"
* CLUSTER_RUNNING_APPS_URL = "ws/v1/cluster/apps?state=RUNNING"
Query the parsed result
http://localhost:9098/eagle-service/rest/entities?query=RunningQueueService[@site="sandbox"]{*}&pageSize=1000
http://localhost:9098/eagle-service/rest/entities?query=GenericMetricService[]{*}&metricName=hadoop.queue.usedcapacity&pageSize=1000
> Running queue metrics monitoring
> ---------------------------------
>
> Key: EAGLE-350
> URL: https://issues.apache.org/jira/browse/EAGLE-350
> Project: Eagle
> Issue Type: New Feature
> Affects Versions: v0.5.0
> Reporter: Zhao, Qingwen
> Assignee: Zhao, Qingwen
> Fix For: v0.5.0
>
>
> Hadoop running queue monitoring aims to collect some queue related metrics.
> Currently we only fetch data from the following three apis.
> * CLUSTER_SCHEDULER_URL = "ws/v1/cluster/scheduler"
> * CLUSTER_METRICS_URL = "ws/v1/cluster/metrics"
> * CLUSTER_RUNNING_APPS_URL = "ws/v1/cluster/apps?state=RUNNING"
> Sample queries
> http://localhost:9098/eagle-service/rest/entities?query=RunningQueueService[@site="sandbox"]{*}&pageSize=1000
> http://localhost:9098/eagle-service/rest/entities?query=GenericMetricService[@site="sandbox"]{*}&metricName=hadoop.queue.usedcapacity&pageSize=1000
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)