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/interop/guest/monitoring-logs-and-metrics.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,11 @@ ms.subservice: teams-interop
12
12
13
13
# Monitor Logs for Teams external users
14
14
15
-
In this article, you will learn which Azure logs and metrics are emitted for Teams external users when joining Teams meetings. Azure Communication Services user joining Teams meeting emits the following metrics: [Authentication API](./../metrics#authentication-api-requests) and [Chat API](./../metrics#chat-api-request-metric-operations). Communication Services resource additionally tracks the following logs: [Call Summary](./../analytics/call-logs-azure-monitor#call-summary-log) and [Call Diagnostic](./../analytics/call-logs-azure-monitor#call-diagnostic-log) Log.
15
+
In this article, you will learn which Azure logs, Azure metrics & Teams logs are emitted for Teams external users when joining Teams meetings. Azure Communication Services user joining Teams meeting emits the following metrics: [Authentication API](./../metrics#authentication-api-requests) and [Chat API](./../metrics#chat-api-request-metric-operations). Communication Services resource additionally tracks the following logs: [Call Summary](./../analytics/call-logs-azure-monitor#call-summary-log) and [Call Diagnostic](./../analytics/call-logs-azure-monitor#call-diagnostic-log) Log. Teams administrator can use [Teams Admin Center](https://aka.ms/teamsadmincenter) and [Teams Call Quality Dashboard](https://cqd.teams.microsoft.com) to review logs stored for Teams external users joining Teams meetings organized by the tenant.
16
16
17
-
Authentication API metrics emit records for every operation called on the Identity SDK or API (for example, creating a user `CreateIdentity` or issue of a token `CreateToken`). Chat API metrics emit records for every chat API call made via chat SDKs or APIs (for example, creating a thread or sending a message).
17
+
## Azure logs & metrics
18
18
19
+
Authentication API metrics emit records for every operation called on the Identity SDK or API (for example, creating a user `CreateIdentity` or issue of a token `CreateToken`). Chat API metrics emit records for every chat API call made via chat SDKs or APIs (for example, creating a thread or sending a message).
19
20
20
21
Call summary and call diagnostics logs are emitted only for the following participants of the meeting:
21
22
- Organizer of the meeting if actively joined the meeting
@@ -24,12 +25,12 @@ Call summary and call diagnostics logs are emitted only for the following partic
24
25
- Bots
25
26
- Phone number legs
26
27
27
-
If Azure Communication Services resource and Teams meeting organizer tenants are different, then some fields of the logs are redacted. You can find more information in the call summary & diagnostics logs [documentation](./../analytics/call-logs-azure-monitor.md).
28
-
29
-
## Bots
30
-
Bots indicate service logic provided during the meeting. Here is a list of frequently used bots:
28
+
If Azure Communication Services resource and Teams meeting organizer tenants are different, then some fields of the logs are redacted. You can find more information in the call summary & diagnostics logs [documentation](./../analytics/call-logs-azure-monitor.md). Bots indicate service logic provided during the meeting. Here is a list of frequently used bots:
31
29
- b1902c3e-b9f7-4650-9b23-5772bd429747 - Teams convenient recording
32
30
31
+
## Microsoft Teams logs
32
+
Teams administrator can see Teams external users in the overview of the meeting (section `Manage users` -> `Select user` -> `Meetings & calls` -> `Select meeting`). The summary logs can be found when selecting individual Teams external users (continue `Participant details` -> `Anonymous user`). For more details about the call legs, proceed with [Teams Call Quality Dashboard](https://cqd.teams.microsoft.com). You can learn more about the call quality dashboard [here](microsoftteams/cqd-what-is-call-quality-dashboard.md).
33
+
33
34
## Next steps
34
35
35
36
-[Enable logs and metrics](./../analytics/enable-logging.md)
0 commit comments