EvanLjp opened a new issue #4141: OAL doc question
URL: https://github.com/apache/skywalking/issues/4141
 
 
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   
   
   ___
   ### Question
   - What do you want to know?
   1. when I saw the official doc about oap, I'm confused about the parameters 
of the  functions:
   
   what is the meaning of ' 100 and 20 '?
   All_heatmap = from(All.latency).thermodynamic(100, 20);
   
   what is the meaning of ' 10 '?
   All_p99 = from(All.latency).p99(10);
   
   2. when I saw the official_analysis.oal, I found the following functions 
which don't exist in official doc:
   
   service_cpm = from(Service.*).cpm();
   service_apdex = from(Service.latency).apdex(name, status);
   
   Where do I get the detailed functions?
   
   thanks for your helping

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