wu-sheng opened a new pull request #28: Add a new query interface for multiple 
values metrics func
URL: https://github.com/apache/skywalking-query-protocol/pull/28
 
 
   @aderm @Fine0830 I am following 
https://github.com/apache/skywalking/issues/4190#issuecomment-572863470
   
   This new query will be suitable for query all p50-99 once. Also, reduce the 
backend payload and number of index.
   
   A head-up, the Pxx like following will be removed from 7.0.0 release after 
this is provided in the main repo. The feature will keep unchanged, and query 
API and default OAL scripts will be changed. You could still use the old way by 
changing the OAL script manually back as same as 6.6.0.
   ```
   service_p99 = from(Service.latency).p99(10);
   service_p95 = from(Service.latency).p95(10);
   service_p90 = from(Service.latency).p90(10);
   service_p75 = from(Service.latency).p75(10);
   service_p50 = from(Service.latency).p50(10);
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to