You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/expressroute/expressroute-monitoring-metrics-alerts.md
+27-2Lines changed: 27 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,9 @@ Metrics explorer supports SUM, MAX, MIN, AVG and COUNT as [aggregation types](..
64
64
|[Count of routes advertised to peer](#advertisedroutes)| Availability | Count | Maximum | Count Of Routes Advertised To Peer by ExpressRouteGateway | roleInstance | Yes |
65
65
|[Count of routes learned from peer](#learnedroutes)| Availability | Count | Maximum | Count Of Routes Learned From Peer by ExpressRouteGateway | roleInstance | Yes |
66
66
|[Frequency of routes changed](#frequency)| Availability | Count | Total | Frequency of Routes change in ExpressRoute Gateway | roleInstance | Yes |
67
-
|[Number of VMs in virtual network](#vm)| Availability | Count | Maximum | Number of VMs in the Virtual Network | No Dimensions | Yes |
67
+
|[Number of VMs in virtual network](#vm)| Availability | Count | Maximum | Number of VMs in the Virtual Network | No Dimensions | Yes |
68
+
|[Active flows](#activeflows)| Scalability | Count | Average | Number of active flows on ExpressRoute Gateway | roleInstance | Yes |
69
+
|[Max flows created per second](#maxflows)| Scalability | FlowsPerSecond | Maximum | Maximum number of flows created per second on ExpressRoute Gateway | roleInstance, direction | Yes |
68
70
69
71
### ExpressRoute Gateway connections
70
72
@@ -223,7 +225,9 @@ When you deploy an ExpressRoute gateway, Azure manages the compute and functions
223
225
* Count of routes advertised to peers
224
226
* Count of routes learned from peers
225
227
* Frequency of routes changed
226
-
* Number of VMs in the virtual network
228
+
* Number of VMs in the virtual network
229
+
* Count of active flows
230
+
* Max flows created per second
227
231
228
232
It's highly recommended you set alerts for each of these metrics so that you're aware of when your gateway could be seeing performance issues.
229
233
@@ -287,6 +291,27 @@ This metric shows the number of virtual machines that are using the ExpressRoute
287
291
> To maintain reliability of the service, Microsoft often performs platform or OS maintenance on the gateway service. During this time, this metric may fluctuate and report inaccurately.
288
292
>
289
293
294
+
## <aname = "activeflows"></a>Active flows
295
+
296
+
Aggregation type: *Avg*
297
+
298
+
Split by: Gateway Instance
299
+
300
+
301
+
This metric displays a count of the total number of active flows on the ExpressRoute Gateway. Through split at instance level, you can see active flow count per gateway instance. For more information, see [understand network flow limits](../virtual-network/virtual-machine-network-throughput.md#network-flow-limits).
302
+
303
+
:::image type="content" source="./media/expressroute-monitoring-metrics-alerts/active-flows.png" alt-text="Screenshot of number of active flows per second metrics dashboard.":::
304
+
305
+
## <aname = "maxflows"></a>Max flows created per second
306
+
307
+
Aggregation type: *Max*
308
+
309
+
Split by: Gateway Instance and Direction (Inbound/Outbound)
310
+
311
+
This metric display maximum number of flows created per second on the ExpressRoute Gateway. Through split at instance level and direction, you can see max flow creation rate per gateway instance and inbound/outbound direction respectively. For more information, see [understand network flow limits](../virtual-network/virtual-machine-network-throughput.md#network-flow-limits).
312
+
313
+
:::image type="content" source="./media/expressroute-monitoring-metrics-alerts/max-flows-per-second.png" alt-text="Screenshot of the maximum number of flows created per second metrics dashboard.":::
314
+
290
315
## <aname = "connectionbandwidth"></a>ExpressRoute gateway connections in bits/seconds
0 commit comments