empiredan opened a new issue, #1301:
URL: https://github.com/apache/incubator-pegasus/issues/1301

   Since we've implemented the http service for querying metrics in 
https://github.com/apache/incubator-pegasus/issues/1280, now we can use 
`with_metric_fields` to request for the fields of each metric that are returned 
to client.
   
   However, it's verbose to specify each field for some common scenarios. For 
example, the most common scenario is that client just wants to see metric name 
and value without any other field.
   
   We can use design following scenarios to simplify values for 
`with_metric_fields`:
   
   - `with_metric_fields=brief`: return **name** and all value-related fields; 
for *gauge* and *counter*, it's **value**; for *percentile*, they are **p95**, 
**p99**, etc.
   - `with_metric_fields=detail`: return all fields for each metric.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to