You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2022/12/19 08:50:05 UTC

[GitHub] [incubator-pegasus] empiredan opened a new issue, #1301: Feature(new_metrics): support frequently-used combinations of metric fields in the query string

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: dev-unsubscribe@pegasus.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] empiredan closed issue #1301: Feature(new_metrics): support frequently-used combinations of metric fields in the query string

Posted by GitBox <gi...@apache.org>.
empiredan closed issue #1301: Feature(new_metrics): support frequently-used combinations of metric fields in the query string
URL: https://github.com/apache/incubator-pegasus/issues/1301


-- 
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: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org