Skip to content

Commit b453aff

Browse files
authored
Improve Acrolinx score - Update email-metrics.md
1 parent 09daaec commit b453aff

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,32 +23,33 @@ Primitives in Azure Communication Services emit metrics for API requests. These
2323

2424
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`.
2525

26-
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).
2727

2828
- **Operation** - All operations or routes that can be called on the Azure Communication Services Chat gateway.
2929
- **Status Code** - The status code response sent after the request.
3030
- **StatusSubClass** - The status code series sent after the response.
3131

3232
### Email Service Delivery Status Updates
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 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.
3434

3535
The following dimensions are available on the `Email Service Delivery Status Updates` metric:
3636

3737
| Dimension | Description |
3838
| -------------------- | ---------------------------------------------------------------------------------------------- |
3939
| Result | High level status of the message delivery: Success, Failure. |
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 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. |
4141
| IsHardBounce | True when a message delivery failed due to a hard bounce or if an item was suppressed due to a previous hard bounce. |
4242
| SenderDomain | The domain portion of the senders email address. |
4343
| SmtpStatusCode | Smpt error code from for failed deliveries. |
44-
| 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. |
4545

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

4950
### Email Service API requests
5051

51-
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.
5253

5354
| Operation | Description |
5455
| -------------------- | ---------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)