Skip to content

Commit 83725d5

Browse files
committed
edit pass: deploy-and-monitor-flows
1 parent a5ff3a5 commit 83725d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/ai-foundry/how-to/develop/trace-production-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ The **Dependency** type event records calls from your deployments. The name of t
8080
| `flow_request` | counter | `flow`, `response_code`, `exception`, `streaming` | The flow request count. |
8181
| `node_latency` | histogram | `flow`, `node`, `run_status` | The node execution cost. |
8282
| `node_request` | counter | `flow`, `node`, `exception`, `run_status` | The node execution count. |
83-
| `rpc_latency` | histogram | `flow`, `node`, `api_call` | The rpc cost. |
84-
| `rpc_request` | counter | `flow`, `node`, `api_call`, `exception` | The rpc count. |
83+
| `rpc_latency` | histogram | `flow`, `node`, `api_call` | The Remote Procedure Call cost. |
84+
| `rpc_request` | counter | `flow`, `node`, `api_call`, `exception` | The Remote Procedure Call count. |
8585
| `flow_streaming_response_duration` | histogram | `flow` | The streaming response sending cost, ranging from sending the first byte to sending the last byte. |
8686

8787
You can find the workspace default Application Insights metrics on your workspace overview page in the Azure portal.

articles/ai-foundry/how-to/flow-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ If you created the associated endpoint with the **User Assigned Identity** optio
137137
|Azure AI Foundry project|**Azure Machine Learning Workspace Connection Secrets Reader** role or a customized role with `Microsoft.MachineLearningServices/workspaces/connections/listsecrets/action` | Gets project connections.|
138138
|Azure AI Foundry project container registry |**ACR Pull** |Pulls container images. |
139139
|Azure AI Foundry project default storage| **Storage Blob Data Reader**| Loads a model from storage. |
140-
|Azure AI Foundry project|**Azure Machine Learning Metrics Writer (preview)**| After you deploy the endpoint, if you want to monitor the endpoint-related metrics like CPU/GPU/Disk/Memory utilization, give this permission to the identity.<br/><br/>Optional|
140+
|Azure AI Foundry project|**Azure Machine Learning Metrics Writer (preview)**| After you deploy the endpoint, if you want to monitor the endpoint-related metrics like CPU/GPU/Disk/Memory utilization, give this permission to the identity.<br/><br/>Optional.|
141141

142142
For more information about how to grant permissions to the endpoint identity, see [Grant permissions to the endpoint](#grant-permissions-to-the-endpoint).
143143

0 commit comments

Comments
 (0)