The SIS records the following statistics for each composition service that it invokes.
Live activities — liveActivities
Records the total number of… |
…current number of active activities created by the SIS that are directly related to the service. |
---|---|
Increments… |
…each time composition evaluation causes a new service instance to be created in the SIS. |
Decrements… |
…when the service terminates its association with the call. |
Default rhino-stats view |
gauge |
Total activities — totalActivities
Records the total number of… |
…total number of activities directly related to the service that the SIS instance has created. |
---|---|
Increments… |
…each time composition evaluation causes a new service instance to be created in the SIS. |
Decrements… |
…never. |
Default rhino-stats view |
delta |
Upcalls — upcalls
Records the total number of… |
…events specifically targeted at the service, that the SIS instance has attempted to deliver to the service.
(Includes IN dialog-control events such as |
---|---|
Increments… |
…whenever the SIS attempts to deliver an event to the service. |
Decrements… |
…never. |
Default rhino-stats view |
delta |
Downcalls — downcalls
Records the total number of… |
…messages received by the SIS from the service. (Includes dialog-control events such as |
---|---|
Increments… |
…whenever the service sends a request, response, or other message to the SIS. |
Decrements… |
…never. |
Default rhino-stats view |
delta |
Service failures — serviceFailures
Records the total number of… |
…service failures (such as no-response timeouts) the SIS instance has experienced while waiting for a response from the service. |
---|---|
Increments… |
…each time the service does not provide a response to an event for which it is required to do so within the timeout period specified for the service (or the default timeout period if none has been specified). |
Decrements… |
…never. |
Default rhino-stats view |
delta |
Initial request response time — responseTime
Samples… |
…service initial request response time. |
---|---|
When…. |
From the time the SIS instance attempts to deliver the initial request to the service… to the time the service sends the SIS its response to the request. |
Calculates… |
Response time for initial request processing for every composition service invoked by the SIS, when the service does provide a response. |