JaredTan95 commented on issue #4072: support min function.
URL: https://github.com/apache/skywalking/pull/4072#issuecomment-565990059
 
 
   > First, could you share why adding this func?
   
   simplely want to aggregation some metrics as follows:
   
   ```shell
   service_latency_min = from(Service.latency).min();
   endpoint_latency_min = from(Endpoint.latency).min();
   ```
   

----------------------------------------------------------------
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