[ 
https://issues.apache.org/jira/browse/MESOS-5731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

haosdent updated MESOS-5731:
----------------------------
    Description: 
Refer to the email in dev mailing list [ Extend HTTP Endpoint to allow querying 
for metric types | 
http://search-hadoop.com/m/0Vlr69jfmN1kHein1&subj=Re+Extend+HTTP+Endpoint+to+allow+querying+for+metric+types
 ]

We need support metric types as filter in {{GetMetrics}}
{code}
GetMetrics {
  repeated Metric counters = 1;
  repeated Metric gauges = 2;
  repeated Metric timers = 3;
}
{code}

  was:
Refer to the email in dev mailing list [ Extend HTTP Endpoint to allow querying 
for metric types | 
http://search-hadoop.com/m/0Vlr69jfmN1kHein1&subj=Re+Extend+HTTP+Endpoint+to+allow+querying+for+metric+types
 ]

We need support metric types as filter in {{GetMetrics}}
{code}
GetMetrics {
  repeated Metric gauges = 1;
  repeated Metric counters = 2;
}
{code}


> Allow querying with metric types in GetMetrics
> ----------------------------------------------
>
>                 Key: MESOS-5731
>                 URL: https://issues.apache.org/jira/browse/MESOS-5731
>             Project: Mesos
>          Issue Type: Task
>            Reporter: haosdent
>            Assignee: Tuan-Anh Hoang-Vu
>
> Refer to the email in dev mailing list [ Extend HTTP Endpoint to allow 
> querying for metric types | 
> http://search-hadoop.com/m/0Vlr69jfmN1kHein1&subj=Re+Extend+HTTP+Endpoint+to+allow+querying+for+metric+types
>  ]
> We need support metric types as filter in {{GetMetrics}}
> {code}
> GetMetrics {
>   repeated Metric counters = 1;
>   repeated Metric gauges = 2;
>   repeated Metric timers = 3;
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to