@@ -31,6 +31,9 @@ what is success/what is failure
31
31
explain failures - high level - that somebody should review subcodes and go to subcode page etc..
32
32
failure - an api call failing with unexpected error or a complex condition failing like getting a bd UFD in a call.
33
33
34
+ To learn more about UFDs please see: [ User Facing Diagnostics] ( ../../voice-video-calling/user-facing-diagnostics.md )
35
+
36
+
34
37
> [ !IMPORTANT]
35
38
> You must collect logs if you want to analyze them. To learn more see: ** [ How do I store logs?] ( #how-do-i-store-logs ) **
36
39
>
@@ -84,8 +87,8 @@ For the call metric log, there's no difference between P2P and group call scenar
84
87
85
88
Here's a sample of the Call Metrics log: ** Ankesh explain each part what they are**
86
89
87
-
88
- {
90
+ ``` json
91
+ "properties" : {
89
92
"TenantId" : " 4e7403f8-515a-4df5-8e13-59f0e2b76e3a" ,
90
93
"TimeGenerated" : " 2025-02-03T05:17:39.1840000Z" ,
91
94
"OperationName" : " CallingMetrics" ,
@@ -120,9 +123,10 @@ Here's a sample of the Call Metrics log: **Ankesh explain each part what they ar
120
123
"Type" : " ACSCallingMetrics" ,
121
124
"_ResourceId" : " /subscriptions/50ad1522-5c2c-4d9a-a6c8-67c11ecb75b8/resourcegroups/calling-sample-apps/providers/microsoft.communication/communicationservices/corertc-test-apps"
122
125
}
126
+ ```
123
127
124
-
125
- {
128
+ ``` json
129
+ "properties" : {
126
130
"TenantId" : " 4e7403f8-515a-4df5-8e13-59f0e2b76e3a" ,
127
131
"TimeGenerated" : " 2025-02-03T05:17:39.1840000Z" ,
128
132
"OperationName" : " CallingMetrics" ,
@@ -157,7 +161,7 @@ Here's a sample of the Call Metrics log: **Ankesh explain each part what they ar
157
161
"Type" : " ACSCallingMetrics" ,
158
162
"_ResourceId" : " /subscriptions/50ad1522-5c2c-4d9a-a6c8-67c11ecb75b8/resourcegroups/calling-sample-apps/providers/microsoft.communication/communicationservices/corertc-test-apps"
159
163
}
160
-
164
+ ```
161
165
162
166
163
167
0 commit comments