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
title: Azure Communication Services Advanced Messaging logs
3
+
titleSuffix: An Azure Communication Services concept document
4
+
description: Learn about logging for Azure Communication Services Advanced Messaging.
5
+
author: memontic-ms
6
+
services: azure-communication-services
7
+
ms.author: memontic
8
+
ms.date: 07/18/2024
9
+
ms.topic: conceptual
10
+
ms.service: azure-communication-services
11
+
---
12
+
13
+
# Advanced Messaging logs
14
+
15
+
Azure Communication Services offers logging capabilities that you can use to monitor and debug your Communication Services solution. These capabilities can be configured for Advanced Messaging through the Azure portal by enabling the diagnostic setting for `Advanced Messaging Logs`.
16
+
17
+
> [!IMPORTANT]
18
+
> The following refers to logs enabled through [Azure Monitor](../../../azure-monitor/overview.md) (see also [FAQ](../../../azure-monitor/overview.md#frequently-asked-questions)). To enable these logs for your Communications Services, see: [Enable logging in Diagnostic Settings](../analytics/enable-logging.md)
19
+
20
+
## ACSAdvancedMessagingOperations
21
+
22
+
To view the table definition, see [Log Analytics table ACSAdvancedMessagingOperations](/azure/azure-monitor/reference/tables/ACSAdvancedMessagingOperations).
title: Advanced Messaging metrics definitions for Azure Communication Service
3
+
titleSuffix: An Azure Communication Services concept document
4
+
description: This document covers definitions of Advanced Messaging metrics available in the Azure portal.
5
+
author: memontic-ms
6
+
services: azure-communication-services
7
+
ms.author: memontic
8
+
ms.date: 07/18/2024
9
+
ms.topic: conceptual
10
+
ms.service: azure-communication-services
11
+
---
12
+
13
+
# Advanced Messaging metrics overview
14
+
15
+
Azure Communication Services currently provides metrics for all Communication Services primitives. You can use [Azure Monitor metrics explorer](../../../azure-monitor/essentials/analyze-metrics.md) to:
16
+
17
+
- Plot your own charts.
18
+
- Investigate abnormalities in your metric values.
19
+
- Understand your API traffic by using the metrics data that Advanced Messaging requests emit.
20
+
21
+
## Where to find metrics
22
+
23
+
Primitives in Communication Services emit metrics for API requests. To find these metrics, see the **Metrics** tab under your Communication Services resource. You can also create permanent dashboards by using the workbooks tab under your Communication Services resource.
24
+
25
+
## Metric definitions
26
+
27
+
All API request metrics contain three dimensions that you can use to filter your metrics data. These dimensions can be aggregated together by using the `Count` aggregation type. They support all standard Azure Aggregation time series, including `Sum`, `Average`, `Min`, and `Max`.
28
+
29
+
For more information on supported aggregation types and time series aggregations, see [Azure Monitor Metrics aggregation and display explained](./../../../azure-monitor/essentials/metrics-aggregation-explained.md).
30
+
31
+
-**Operation**: All operations or routes that can be called on the Azure Communication Services Advanced Messaging gateway.
32
+
-**Status Code**: The status code response sent after the request.
33
+
-**StatusSubClass**: The status code series sent after the response.
34
+
35
+
For the complete list of all metrics emitted by Azure Communication Services, see [Metrics overview](./../metrics.md) or the reference documentation [Supported metrics for Microsoft.Communication/CommunicationServices](/azure/azure-monitor/reference/supported-metrics/microsoft-communication-communicationservices-metrics).
36
+
37
+
### Advanced Messaging API requests
38
+
39
+
The following operations are available on Advanced Messaging API request metrics:
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/metrics.md
+51-36Lines changed: 51 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,12 @@ author: mkhribech
6
6
services: azure-communication-services
7
7
8
8
ms.author: mkhribech
9
-
ms.date: 06/30/2023
9
+
ms.date: 07/18/2024
10
10
ms.topic: conceptual
11
11
ms.service: azure-communication-services
12
12
ms.subservice: data
13
13
---
14
+
14
15
# Metrics overview
15
16
16
17
Azure Communication Services currently provides metrics for all Azure communication services' primitives. [Azure Metrics Explorer](../../azure-monitor/essentials/metrics-getting-started.md) can be used to plot your own charts, investigate abnormalities in your metric values, and understand your API traffic by using the metrics data that email requests emit.
@@ -29,44 +30,19 @@ More information on supported aggregation types and time series aggregations can
29
30
-**Status Code** - The status code response sent after the request.
30
31
-**StatusSubClass** - The status code series sent after the response.
31
32
32
-
### Chat API request metric operations
33
-
34
-
The following operations are available on Chat API request metrics:
0 commit comments