Skip to content

Commit 0862dba

Browse files
committed
Update call-metrics-log-schema.md
1 parent 0869758 commit 0862dba

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ what is success/what is failure
3131
explain failures - high level - that somebody should review subcodes and go to subcode page etc..
3232
failure - an api call failing with unexpected error or a complex condition failing like getting a bd UFD in a call.
3333

34+
To learn more about UFDs please see: [User Facing Diagnostics](../../voice-video-calling/user-facing-diagnostics.md)
35+
36+
3437
> [!IMPORTANT]
3538
>You must collect logs if you want to analyze them. To learn more see: **[How do I store logs?](#how-do-i-store-logs)**
3639
>
@@ -84,8 +87,8 @@ For the call metric log, there's no difference between P2P and group call scenar
8487

8588
Here's a sample of the Call Metrics log: **Ankesh explain each part what they are**
8689

87-
88-
{
90+
```json
91+
"properties": {
8992
"TenantId": "4e7403f8-515a-4df5-8e13-59f0e2b76e3a",
9093
"TimeGenerated": "2025-02-03T05:17:39.1840000Z",
9194
"OperationName": "CallingMetrics",
@@ -120,9 +123,10 @@ Here's a sample of the Call Metrics log: **Ankesh explain each part what they ar
120123
"Type": "ACSCallingMetrics",
121124
"_ResourceId": "/subscriptions/50ad1522-5c2c-4d9a-a6c8-67c11ecb75b8/resourcegroups/calling-sample-apps/providers/microsoft.communication/communicationservices/corertc-test-apps"
122125
}
126+
```
123127

124-
125-
{
128+
```json
129+
"properties": {
126130
"TenantId": "4e7403f8-515a-4df5-8e13-59f0e2b76e3a",
127131
"TimeGenerated": "2025-02-03T05:17:39.1840000Z",
128132
"OperationName": "CallingMetrics",
@@ -157,7 +161,7 @@ Here's a sample of the Call Metrics log: **Ankesh explain each part what they ar
157161
"Type": "ACSCallingMetrics",
158162
"_ResourceId": "/subscriptions/50ad1522-5c2c-4d9a-a6c8-67c11ecb75b8/resourcegroups/calling-sample-apps/providers/microsoft.communication/communicationservices/corertc-test-apps"
159163
}
160-
164+
```
161165

162166

163167

0 commit comments

Comments
 (0)