Skip to content

Commit 8d3e9bd

Browse files
committed
edit pass: five-communication-services-articles
1 parent d4d2d96 commit 8d3e9bd

File tree

5 files changed

+85
-68
lines changed

5 files changed

+85
-68
lines changed

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

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,31 @@ ms.subservice: data
1313
---
1414
# Chat metrics overview
1515

16-
Azure Communication Services currently provides metrics for all ACS 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 Chat requests emit.
16+
Azure Communication Services currently provides metrics for all Communication Services primitives. You can use [Azure Metrics Explorer](../../../azure-monitor\essentials\metrics-getting-started.md) to:
17+
18+
- Plot your own charts.
19+
- Investigate abnormalities in your metric values.
20+
- Understand your API traffic by using the metrics data that Chat requests emit.
21+
1722
## Where to find metrics
1823

19-
Primitives in Azure Communication Services emit metrics for API requests. These metrics can be found in the Metrics tab under your Communication Services resource. You can also create permanent dashboards using the workbooks tab under your Communication Services resource.
24+
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.
2025

2126
## Metric definitions
2227

23-
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`.
28+
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`.
2429

25-
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).
30+
For more information on supported aggregation types and time series aggregations, see [Advanced features of Azure Metrics Explorer](../../../azure-monitor/essentials/metrics-charts.md#aggregation).
2631

27-
- **Operation** - All operations or routes that can be called on the Azure Communication Services Chat gateway.
28-
- **Status Code** - The status code response sent after the request.
29-
- **StatusSubClass** - The status code series sent after the response.
32+
- **Operation**: All operations or routes that can be called on the Communication Services Chat gateway.
33+
- **Status Code**: The status code response sent after the request.
34+
- **StatusSubClass**: The status code series sent after the response.
3035

3136
### Chat API request metric operations
3237

33-
The following operations are available on Chat API request metrics:
38+
The following operations are available on Chat API request metrics.
3439

35-
| Operation / Route | Description |
40+
| Operation/Route | Description |
3641
| -------------------- | ---------------------------------------------------------------------------------------------- |
3742
| GetChatMessage | Gets a message by message ID. |
3843
| ListChatMessages | Gets a list of chat messages from a thread. |
@@ -45,13 +50,14 @@ The following operations are available on Chat API request metrics:
4550
| CreateChatThread | Creates a chat thread. |
4651
| DeleteChatThread | Deletes a thread. |
4752
| GetReadReceipts | Gets read receipts for a thread. |
48-
| SendReadReceipt | Sends a read receipt event to a thread, on behalf of a user. |
49-
| SendTypingIndicator | Posts a typing event to a thread, on behalf of a user. |
53+
| SendReadReceipt | Sends a read receipt event to a thread for a user. |
54+
| SendTypingIndicator | Posts a typing event to a thread for a user. |
5055
| ListChatThreadParticipants | Gets the members of a thread. |
5156
| AddChatThreadParticipants | Adds thread members to a thread. If members already exist, no change occurs. |
52-
| RemoveChatThreadParticipant | Remove a member from a thread. |
57+
| RemoveChatThreadParticipant | Removes a member from a thread. |
5358

5459
If a request is made to an operation that isn't recognized, you receive a "Bad Route" value response.
60+
5561
## Next steps
5662

57-
- Learn more about [Data Platform Metrics](../../../azure-monitor/essentials/data-platform-metrics.md).
63+
Learn more about [Data Platform Metrics](../../../azure-monitor/essentials/data-platform-metrics.md).

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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,46 +13,46 @@ ms.subservice: data
1313
---
1414
# Call automation metrics overview
1515

16+
Azure Communication Services currently provides metrics for all Communication Services primitives.
17+
1618
## Where to find metrics
1719

18-
Primitives in Azure Communication Services emit metrics for API requests. These metrics can be found in the Metrics tab under your Communication Services resource. You can also create permanent dashboards using the workbooks tab under your Communication Services resource.
20+
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.
1921

2022
## Metric definitions
2123

22-
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`.
24+
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`.
2325

24-
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+
For more information on supported aggregation types and time series aggregations, see [Advanced features of Azure Metrics Explorer](../../../../azure-monitor/essentials/metrics-charts.md#aggregation).
2527

26-
- **Operation** - All operations or routes that can be called on the Azure Communication Services Chat gateway.
27-
- **Status Code** - The status code response sent after the request.
28-
- **StatusSubClass** - The status code series sent after the response.
28+
- **Operation**: All operations or routes that can be called on the Communication Services Chat gateway.
29+
- **Status Code**: The status code response sent after the request.
30+
- **StatusSubClass**: The status code series sent after the response.
2931

3032
### Call Automation API requests
3133

32-
The following operations are available on Call Automation API request metrics:
34+
The following operations are available on Call Automation API request metrics.
3335

34-
| Operation / Route | Description |
36+
| Operation/Route | Description |
3537
| -------------------- | ---------------------------------------------------------------------------------------------- |
36-
| Create Call | Create an outbound call to user.
38+
| Create Call | Create an outbound call to user.
3739
| Answer Call | Answer an inbound call. |
3840
| Redirect Call | Redirect an inbound call to another user. |
3941
| Reject Call | Reject an inbound call. |
4042
| Transfer Call To Participant | Transfer 1:1 call to another user. |
4143
| Play | Play audio to call participants. |
4244
| PlayPrompt | Play a prompt to users as part of the Recognize action. |
4345
| Recognize | Recognize user input from call participants. |
44-
| Add Participants | Add a participant to a call. |
46+
| Add Participants | Add a participant to a call. |
4547
| Remove Participants | Remove a participant from a call. |
46-
| HangUp Call | Hang up your call leg. |
47-
| Terminate Call | End the call for all participants. |
48+
| HangUp Call | Hang up your call leg. |
49+
| Terminate Call | End the call for all participants. |
4850
| Get Call | Get details about a call. |
49-
| Get Participant | Get details on a call participant. |
50-
| Get Participants | Get all participants in a call. |
51-
| Delete Call | Delete a call. |
52-
| Cancel All Media Operations | Cancel all ongoing or queued media operations in a call. |
53-
54-
51+
| Get Participant | Get details on a call participant. |
52+
| Get Participants | Get all participants in a call. |
53+
| Delete Call | Delete a call. |
54+
| Cancel All Media Operations | Cancel all ongoing or queued media operations in a call. |
5555

5656
## Next steps
5757

58-
- Learn more about [Data Platform Metrics](../../../../azure-monitor/essentials/data-platform-metrics.md).
58+
Learn more about [Data Platform Metrics](../../../../azure-monitor/essentials/data-platform-metrics.md).

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

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,40 +13,44 @@ ms.subservice: data
1313
---
1414
# Rooms metrics overview
1515

16-
Azure Communication Services currently provides metrics for all ACS 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 rooms requests emit.
16+
Azure Communication Services currently provides metrics for all Communication Services primitives. You can use [Azure Metrics Explorer](../../../azure-monitor\essentials\metrics-getting-started.md) to:
17+
18+
- Plot your own charts.
19+
- Investigate abnormalities in your metric values.
20+
- Understand your API traffic by using the metrics data that Chat requests emit.
1721

1822
## Where to find metrics
1923

20-
Primitives in Azure Communication Services emit metrics for API requests. These metrics can be found in the Metrics tab under your Communication Services resource. You can also create permanent dashboards using the workbooks tab under your Communication Services resource.
24+
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.
2125

2226
## Metric definitions
2327

24-
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`.
28+
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`.
2529

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).
30+
For more information on supported aggregation types and time series aggregations, see [Advanced features of Azure Metrics Explorer](../../../azure-monitor/essentials/metrics-charts.md#aggregation).
2731

28-
- **Operation** - All operations or routes that can be called on the Azure Communication Services Chat gateway.
29-
- **Status Code** - The status code response sent after the request.
30-
- **StatusSubClass** - The status code series sent after the response.
32+
- **Operation**: All operations or routes that can be called on the Communication Services Chat gateway.
33+
- **Status Code**: The status code response sent after the request.
34+
- **StatusSubClass**: The status code series sent after the response.
3135

3236
### Rooms API requests
3337

34-
The following operations are available on Rooms API request metrics:
38+
The following operations are available on Rooms API request metrics.
3539

36-
| Operation / Route | Description |
40+
| Operation/Route | Description |
3741
| ----------------------------- | ---------------------------------------------------------------------------------------------- |
3842
| CreateRoom | Creates a Room. |
3943
| DeleteRoom | Deletes a Room. |
4044
| GetRoom | Gets a Room by Room ID. |
4145
| PatchRoom | Updates a Room by Room ID. |
42-
| ListRooms | Lists all the Rooms for an ACS Resource. |
46+
| ListRooms | Lists all the Rooms for a Communication Services resource. |
4347
| AddParticipants | Adds participants to a Room.|
4448
| RemoveParticipants | Removes participants from a Room. |
45-
| GetParticipants | Gets list of participants for a Room. |
46-
| UpdateParticipants | Updates list of participants for a Room. |
49+
| GetParticipants | Gets a list of participants for a Room. |
50+
| UpdateParticipants | Updates a list of participants for a Room. |
4751

48-
:::image type="content" source="../media/rooms/rooms-metrics.png" alt-text="Screenshot showing Rooms Request Metrics.":::
52+
:::image type="content" source="../media/rooms/rooms-metrics.png" alt-text="Screenshot that shows Rooms Request Metrics.":::
4953

5054
## Next steps
5155

52-
- Learn more about [Data Platform Metrics](../../../azure-monitor/essentials/data-platform-metrics.md)
56+
Learn more about [Data Platform Metrics](../../../azure-monitor/essentials/data-platform-metrics.md).

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

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,32 @@ ms.subservice: data
1313
---
1414
# SMS metrics overview
1515

16-
Azure Communication Services currently provides metrics for all ACS 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 SMS requests emit.
16+
Azure Communication Services currently provides metrics for all Communication Services primitives. You can use [Azure Metrics Explorer](../../../azure-monitor\essentials\metrics-getting-started.md) to:
17+
18+
- Plot your own charts.
19+
- Investigate abnormalities in your metric values.
20+
- Understand your API traffic by using the metrics data that Chat requests emit.
21+
1722
## Where to find metrics
1823

19-
Primitives in Azure Communication Services emit metrics for API requests. These metrics can be found in the Metrics tab under your Communication Services resource. You can also create permanent dashboards using the workbooks tab under your Communication Services resource.
24+
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.
2025

2126
## Metric definitions
2227

23-
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`.
28+
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`.
29+
30+
For more information on supported aggregation types and time series aggregations, see [Advanced features of Azure Metrics Explorer](../../../azure-monitor/essentials/metrics-charts.md#aggregation).
2431

25-
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).
32+
- **Operation**: All operations or routes that can be called on the Azure Communication Services Chat gateway.
33+
- **Status Code**: The status code response sent after the request.
34+
- **StatusSubClass**: The status code series sent after the response.
2635

27-
- **Operation** - All operations or routes that can be called on the Azure Communication Services Chat gateway.
28-
- **Status Code** - The status code response sent after the request.
29-
- **StatusSubClass** - The status code series sent after the response.
30-
3136
### SMS API requests
3237

33-
The following operations are available on SMS API request metrics:
38+
The following operations are available on SMS API request metrics.
3439

35-
| Operation / Route | Description |
40+
| Operation/Route | Description |
3641
| -------------------- | ---------------------------------------------------------------------------------------------- |
3742
| SMSMessageSent | Sends an SMS message. |
3843
| SMSDeliveryReportsReceived | Gets SMS Delivery Reports |
3944
| SMSMessagesReceived | Gets SMS messages. |
40-
41-

0 commit comments

Comments
 (0)