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 2019/12/27 13:07:31 UTC

[GitHub] [skywalking] EvanLjp opened a new issue #4141: OAL doc question

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] wu-sheng commented on issue #4141: OAL doc question

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #4141: OAL doc question
URL: https://github.com/apache/skywalking/issues/4141#issuecomment-574075708
 
 
   The parameter is the precision. 120/10 == 124/10. So, in the stat level, they are the same response time.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] wu-sheng commented on issue #4141: OAL doc question

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #4141: OAL doc question
URL: https://github.com/apache/skywalking/issues/4141#issuecomment-569269639
 
 
   Read #4142

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] wu-sheng commented on issue #4141: OAL doc question

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #4141: OAL doc question
URL: https://github.com/apache/skywalking/issues/4141#issuecomment-569266269
 
 
   For the parameter, I think the current documents are missing.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] liuhaoXD commented on issue #4141: OAL doc question

Posted by GitBox <gi...@apache.org>.
liuhaoXD commented on issue #4141: OAL doc question
URL: https://github.com/apache/skywalking/issues/4141#issuecomment-574071758
 
 
   The meaning of 'cpm' and 'maxDouble' is STILL missing. And, what does the
   
   > 120ms and 124 are considered same
   
   mean? I DID NOT see '120ms' or '124' anywhere.
   
   Can I think `from(All.latency).p99(120ms)` is the same as`from(All.latency).p99(124)` ? 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] wu-sheng closed issue #4141: OAL doc question

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #4141: OAL doc question
URL: https://github.com/apache/skywalking/issues/4141
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] EvanLjp commented on issue #4141: OAL doc question

Posted by GitBox <gi...@apache.org>.
EvanLjp commented on issue #4141: OAL doc question
URL: https://github.com/apache/skywalking/issues/4141#issuecomment-569266594
 
 
   From what part of the code can I understand the meaning?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services