Skip to content

Commit 7d9f19a

Browse files
authored
Merge pull request #197493 from bjqian/patch-1
Update concept-metrics.md
2 parents a546986 + c529a25 commit 7d9f19a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/azure-signalr/concept-metrics.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Metrics provide the running info of the service. The available metrics are:
2929
|Outbound Traffic|Bytes|Sum|The outbound traffic of service|No Dimensions|
3030
|System Errors|Percent|Avg|The percentage of system errors|No Dimensions|
3131
|User Errors|Percent|Avg|The percentage of user errors|No Dimensions|
32+
|Server Load|Percent|Max / Avg|The percentage of server load|No Dimensions|
3233

3334
### Understand Dimensions
3435

@@ -69,6 +70,12 @@ The Errors are the percentage of failure operations. Operations are consist of c
6970
> [!IMPORTANT]
7071
> In some cases, the User Error will be always very high, especially in serverless case. In some browser, when user close the web page, the SignalR client doesn't close gracefully. The service will finally close it because of timeout. The timeout closure will be counted into User Error.
7172
73+
### Metrics suitable for autoscaling
74+
75+
Connection Quota Utilization and Server load are percentage metrics which show the usage **under current unit** configuration. So they could be used to set autoscaling rules. For example, you could set a rule to scale up if the server load is greater than 70%.
76+
77+
Learn more about [autoscale](./signalr-howto-scale-autoscale.md)
78+
7279
## Related resources
7380

7481
- [Aggregation types in Azure Monitor](../azure-monitor/essentials/metrics-supported.md#microsoftsignalrservicesignalr )

0 commit comments

Comments
 (0)