Skip to content

Commit c928f60

Browse files
authored
Merge pull request #235246 from duongau/ermetrics
ExpressRoute - Metrics - add active flows and max flow per seconds
2 parents 0bd5e24 + bb85fd6 commit c928f60

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

articles/expressroute/expressroute-monitoring-metrics-alerts.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ Metrics explorer supports SUM, MAX, MIN, AVG and COUNT as [aggregation types](..
6464
| [Count of routes advertised to peer](#advertisedroutes) | Availability | Count | Maximum | Count Of Routes Advertised To Peer by ExpressRouteGateway | roleInstance | Yes |
6565
| [Count of routes learned from peer](#learnedroutes)| Availability | Count | Maximum | Count Of Routes Learned From Peer by ExpressRouteGateway | roleInstance | Yes |
6666
| [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 |
6870

6971
### ExpressRoute Gateway connections
7072

@@ -223,7 +225,9 @@ When you deploy an ExpressRoute gateway, Azure manages the compute and functions
223225
* Count of routes advertised to peers
224226
* Count of routes learned from peers
225227
* 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
227231

228232
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.
229233

@@ -287,6 +291,27 @@ This metric shows the number of virtual machines that are using the ExpressRoute
287291
> 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.
288292
>
289293
294+
## <a name = "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+
## <a name = "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+
290315
## <a name = "connectionbandwidth"></a>ExpressRoute gateway connections in bits/seconds
291316

292317
Aggregation type: *Avg*
37.4 KB
Loading
60.4 KB
Loading

0 commit comments

Comments
 (0)