-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose Completed USSD Dialog/Session statistic #78
Comments
Hello @abdulazizali77 do you mean "statistics" as http://documentation.telestax.com/core/ussd/USSD_Gateway_Admin_Guide.html#statistics ? If "there is no corresponding statistic incremented" we need to repare it. Can you make some monitoring may be to figure out which CDR types are not included into statistic. Is it reproducable at a low traffic so we can just test it ? Is it SIP or HTTP (or may be both). |
Yes @vetss the USSD statistics, |
hi @abdulazizali77 @vetss, let me give my 2 cents in this discussion... See next some graphics which portray some use cases we deal with all the time in USSD. Below, an example of PULL USSD with Restcomm-Connect acting in between the Gateway and the application: So, back to your question:
That's a tricky one. We could indeed derive it from PUSH USSD is different... see below a graphic example: Also and talking about statistics... I wouldn't use red colour for showing |
I can provide a funny example from statistic monitoring. We were monitoring a counter "Call drop rate" (CDR) for phone calls. It is calculated as CDR == "failed calls count" / "established calls count". If this parameter is 2-3% it is good then all is ok, if more then we make some checking. We monitored 60 minutes intervals. This works fine in daytime when there are many calls, but in the night it may give some strange results. 100% (when we have only one call and it is dropped) and even 200% (one call was started this statistic interval and another call was started at the previous statistic interval and was included into statistic results for that previous hour, both calls were dropped in the observed hour and we have 200% CDR). |
Hello @abdulazizali77 do we need to do anything for this issue ? |
@vetss Sergey, there is a need to know the total number of completed USSD dialogs.
Should we add a new Completed dialog statistic or would it suffice to derive it from some preexisting statistics?
The text was updated successfully, but these errors were encountered: