Skip to content

Commit fc6fa7a

Browse files
Merge pull request #299543 from amagginetti/patch-37
Update call-metrics-log-schema.md
2 parents 3cbfa32 + 378d272 commit fc6fa7a

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

articles/communication-services/concepts/analytics/logs/call-metrics-log-schema.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,21 @@ Since these metrics give you an overview of your entire calling resource, you ca
5353

5454
These metrics measure both the successes and failures (dcount) of the calling SDK public APIs, for example (mute, join, etc.).
5555

56-
- reliability/api/CreateView/Local
57-
- reliability/api/Join
58-
- reliability/api/StartVideo
59-
- reliability/api/AcceptIncomingCall
60-
- reliability/api/CreateView/Remote
61-
- reliability/api/StopVideo
62-
- reliability/api/CallAgentInit
63-
- reliability/api/StartCall
56+
This table describes each property.
57+
58+
| Property | Description |
59+
|----------------------------|----------------------------------------------------------------------------------------------------------------------------|
60+
| `reliability/api/CreateView/Local` | Measures the reliability of the calling SDK `CreatView/Local` API which renders local video streams. This API is required for user's to see their local video stream. |
61+
| `reliability/api/Join` | Measures the reliability of the calling SDK `Join` API. When this API succeeds, a user's client is admitted to an existing call or meeting. |
62+
| `reliability/api/StartVideo` | Measures the reliability of the calling SDK `StartVideo` API which begins streaming video from the calling client to remote participants. When this API succeeds a user's client successfully sends video. |
63+
| `reliability/api/AcceptIncomingCall` | Measures the reliability of the calling SDK `AcceptIncomingCall` API which indicates the client successfully accepted and connected to an incoming call. |
64+
| `reliability/api/CreateView/Remote` | Measures the reliability of the calling SDK `CreateView/Remote` API which indicates the client successfully renders incoming video from a remote participant. |
65+
| `reliability/api/StopVideo` | Measures the reliability of the calling SDK `StopVideo` API which indicates the calling SDK successfully stopped streaming video to remote participants. |
66+
| `reliability/api/CallAgentInit` | Measures the reliability of the calling SDK `CallAgentInit` API which indicates the calling SDK successfully created the `CallAgent` object. If this fails, the reliability/api/Join or reliability/api/StartCall APIs can not be triggered. |
67+
| `reliability/api/StartCall` | Measures the reliability of the calling SDK `StartCall` API which indicates the calling SDK succseffuly initiated a new call. |
68+
| `reliability/api/Drop` | Measures the reliability of individual call legs by identifying which call legs were dropped unexpectedly after they successfully connected to a call. Focuses on participants call legs that successfully connected to a call and checks if the call legs were later dropped due to specific error codes. |
69+
70+
6471

6572
### User Facing Diagnostics (UFD) metrics
6673

0 commit comments

Comments
 (0)