Skip to content

Commit 903db70

Browse files
Merge pull request #251431 from likebupt/update-pf-deploy-20230914
fix description
2 parents 6175425 + 6c8f731 commit 903db70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/prompt-flow/how-to-deploy-for-real-time-inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ If you enable **Application Insights diagnostics** in the UI deploy wizard, or s
256256
| flow_latency | histogram | flow,response_code,streaming,response_type| request execution cost, response_type means whether it's full/firstbyte/lastbyte|
257257
| flow_request | counter | flow,response_code,exception,streaming | flow request count |
258258
| node_latency | histogram | flow,node,run_status | node execution cost |
259-
| node_request | counter | flow,node,exception,run_status | node execution failure count |
259+
| node_request | counter | flow,node,exception,run_status | node execution count |
260260
| rpc_latency | histogram | flow,node,api_call | rpc cost |
261261
| rpc_request | counter | flow,node,api_call,exception | rpc count |
262262
| flow_streaming_response_duration | histogram | flow | streaming response sending cost, from sending first byte to sending last byte |

0 commit comments

Comments
 (0)