You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/analytics/logs/call-automation-metrics.md
+2-39Lines changed: 2 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ All API request metrics contain three dimensions that you can use to filter your
25
25
-**Status Code**: The status code response sent after the request.
26
26
-**StatusSubClass**: The status code series sent after the response.
27
27
28
-
The callback event metrics contain those dimensions that you can use to filter your metrics data.
28
+
APIs like [Call Automation](../../../concepts/call-automation/call-automation), used to program calling workflows, work with async operations in an action-event driven programming model. In this case, an API request results in a response indicating whether your request was accepted and later a webhook event, published to callback URI you specify. These webhook events are published after the request has been processed and contain info on result of the action. eg. AddPArticipant API results in an API response and later an AddParticipantSucceeded or AddParticipantFailed event. Developers can use the metric for these events to monitor and raise alerts for failing scenarios. The metric can be filtered on following dimensions:
29
29
-**EventTypeName**: The callback event type name.
30
30
-**Code**: The status code of the callback event.
31
31
-**CodeClass**: The status code series of the callback event.
@@ -63,44 +63,7 @@ The following operations are available on Call Automation API request metrics.
63
63
### Call Automation Callback Event
64
64
65
65
The following event type names are available on Call Automation Callback Event metrics.
Please refer to [here](../../../concepts/call-automation/call-automation#call-automation-webhook-events) for the list of callback event types covered by this metric.
104
67
105
68
The Code and SubCode values within the ResultInformation of a callback event indicate the status of an operation. These values are identical and can be used to determine the reason for an event, such as a call being disconnected. For details on specific disconnection reasons, refer to the list of codes provided at [Call end troubleshooting codes](../../../resources/troubleshooting/voice-video-calling/troubleshooting-codes.md?pivots=callend).
0 commit comments