You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/10/18 09:23:13 UTC

[GitHub] [skywalking] wu-sheng commented on issue #9676: [Feature] Add virtual MQ analysis for native traces.

wu-sheng commented on issue #9676:
URL: https://github.com/apache/skywalking/issues/9676#issuecomment-1282087298

   The existing function is in the meter system because its implementation is designed in this way.
   MAL function(meter function) is designed for statistics aggregation and merging. Meanwhile, the OAL function targets for raw data, typical in agent trace and mesh ALS, it is one value per request(latency per request).
   
   When you dig deeper, we would notice meter function can't be applied in OAL scenario.
   
   At last, of course, you could implement a new label based avg OAL function, just in a different way.


-- 
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: notifications-unsubscribe@skywalking.apache.org

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