Skip to content

Commit 125710a

Browse files
Merge pull request #270693 from JasonWHowell/fixsuggestions
Remove invalid manager tags
2 parents 0e3c724 + b453aff commit 125710a

File tree

7 files changed

+6
-12
lines changed

7 files changed

+6
-12
lines changed

articles/communication-services/concepts/analytics/chat-metrics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Chat metrics definitions for Azure Communication Service
33
titleSuffix: An Azure Communication Services concept document
44
description: This document covers definitions of chat metrics available in the Azure portal.
55
author: mkhribech
6-
manager: timmitchell
76
services: azure-communication-services
87
ms.author: mkhribech
98
ms.date: 06/23/2023

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Call automation metrics definitions for Azure Communication Service
33
titleSuffix: An Azure Communication Services concept document
44
description: This document covers definitions of call automation metrics available in the Azure portal.
55
author: mkhribech
6-
manager: timmitchell
76
services: azure-communication-services
87
ms.author: mkhribech
98
ms.date: 06/23/2023

articles/communication-services/concepts/analytics/rooms-metrics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Rooms metrics definitions for Azure Communication Service
33
titleSuffix: An Azure Communication Services concept document
44
description: This document covers definitions of rooms metrics available in the Azure portal.
55
author: mkhribech
6-
manager: timmitchell
76
services: azure-communication-services
87
ms.author: mkhribech
98
ms.date: 06/26/2023

articles/communication-services/concepts/analytics/sms-metrics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: SMS metrics definitions for Azure Communication Service
33
titleSuffix: An Azure Communication Services concept document
44
description: This document covers definitions of SMS metrics available in the Azure portal.
55
author: mkhribech
6-
manager: timmitchell
76
services: azure-communication-services
87
ms.author: mkhribech
98
ms.date: 06/23/2023

articles/communication-services/concepts/analytics/turn-metrics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: TURN metrics definitions for Azure Communication Services
33
titleSuffix: An Azure Communication Services concept document
44
description: This document covers definitions of TURN metrics available in the Azure portal.
55
author: mkhribech
6-
manager: timmitchell
76
services: azure-communication-services
87
ms.author: mkhribech
98
ms.date: 06/26/2023

articles/communication-services/concepts/email-metrics.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Email metric definitions for Azure Communication Services
33
titleSuffix: An Azure Communication Services concept document
44
description: This document covers definitions of Azure Communication Services email metrics available in the Azure portal.
55
author: mkhribech
6-
manager: timmitchell
76
services: azure-communication-services
87

98
ms.author: mkhribech
@@ -24,32 +23,33 @@ Primitives in Azure Communication Services emit metrics for API requests. These
2423

2524
All API request metrics contain three dimensions that you can use to filter your metrics data. These dimensions can be aggregated together using the `Count` aggregation type and support all standard Azure Aggregation time series including `Sum`, `Average`, `Min`, and `Max`.
2625

27-
More information on supported aggregation types and time series aggregations can be found [Advanced features of Azure Metrics Explorer](../../azure-monitor/essentials/metrics-charts.md#aggregation)
26+
More information about supported aggregation types and time series aggregations, see [Advanced features of Azure Metrics Explorer](../../azure-monitor/essentials/metrics-charts.md#aggregation).
2827

2928
- **Operation** - All operations or routes that can be called on the Azure Communication Services Chat gateway.
3029
- **Status Code** - The status code response sent after the request.
3130
- **StatusSubClass** - The status code series sent after the response.
3231

3332
### Email Service Delivery Status Updates
34-
The `Email Service Delivery Status Updates` metric lets the email sender track SMTP and Enhanced SMTP status codes and get an idea of how many hard bounces they are encountering.
33+
The `Email Service Delivery Status Updates` metric lets the email sender track SMTP and Enhanced SMTP status codes and get an idea of how many hard bounces they're encountering.
3534

3635
The following dimensions are available on the `Email Service Delivery Status Updates` metric:
3736

3837
| Dimension | Description |
3938
| -------------------- | ---------------------------------------------------------------------------------------------- |
4039
| Result | High level status of the message delivery: Success, Failure. |
41-
| MessageStatus | Terminal state of the Delivered, Failed, Suppressed. Emails are suppressed when a user sends an email to an email address that is known not to exist. Sending emails to addresses that do not exist trigger a hard bounce. |
40+
| MessageStatus | Terminal state of the Delivered, Failed, Suppressed. Emails are suppressed when a user sends an email to an email address that is known not to exist. Sending emails to addresses that don't exist trigger a hard bounce. |
4241
| IsHardBounce | True when a message delivery failed due to a hard bounce or if an item was suppressed due to a previous hard bounce. |
4342
| SenderDomain | The domain portion of the senders email address. |
4443
| SmtpStatusCode | Smpt error code from for failed deliveries. |
45-
| EnhancedSmtpStatusCode | The EnhancedSmtpStatusCode status code will be emitted if it is available. This status code provides additional details not available with the SmtpStatusCode. |
44+
| EnhancedSmtpStatusCode | The EnhancedSmtpStatusCode status code will be emitted if it's available. This status code provides other details not available with the SmtpStatusCode. |
4645

4746
:::image type="content" source="./media/acs-email-delivery-status-hardbounce-metrics.png" alt-text="Screenshot showing the Email delivery status update metric - IsHardBounce.":::
47+
4848
:::image type="content" source="./media/acs-email-delivery-status-smtp-metrics.png" alt-text="Screenshot showing the Email delivery status update metric - SmptStatusCode.":::
4949

5050
### Email Service API requests
5151

52-
The following operations are available for the `Email Service API Requests` metric. These standard dimensions are supported: StatusCode, StatusCodeClass, StatusCodeReason and Operation.
52+
The following operations are available for the `Email Service API Requests` metric. These standard dimensions are supported: StatusCode, StatusCodeClass, StatusCodeReason, and Operation.
5353

5454
| Operation | Description |
5555
| -------------------- | ---------------------------------------------------------------------------------------------- |

articles/communication-services/concepts/metrics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Metric definitions for Azure Communication Services
33
titleSuffix: An Azure Communication Services concept document
44
description: This document covers definitions of metrics available in the Azure portal.
55
author: mkhribech
6-
manager: timmitchell
76
services: azure-communication-services
87

98
ms.author: mkhribech

0 commit comments

Comments
 (0)