We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0dfb7d commit b692adaCopy full SHA for b692ada
articles/azure-web-pubsub/howto-monitor-data-reference.md
@@ -25,6 +25,8 @@ Metrics provide insights into the operational state of the service. The availabl
25
|Inbound Traffic|Bytes|Sum|The inbound traffic to the service.|No Dimensions|
26
|Outbound Traffic|Bytes|Sum|The outbound traffic from the service.|No Dimensions|
27
|Server Load|Percent|Max / Avg|The percentage of server load.|No Dimensions|
28
+|Rest API Response Time|Count|Sum|The response time of REST API request categorized by endpoint.|ResponseTime, RestApiCategory|
29
+|Client Request Status Code|Count|Sum|The status code of client connection requests.|ClientType, Status|
30
31
For more information, see [Metrics](concept-metrics.md).
32
0 commit comments