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
@@ -51,13 +51,50 @@ For reference, you can see a list of [all resource metrics supported in Azure Mo
51
51
52
52
Once a metric is selected, the default aggregation is applied. Optionally, you can apply splitting, which shows the metric with different dimensions.
53
53
54
+
### ExpressRoute metrics
55
+
56
+
To view **Metrics**, go to the *Azure Monitor* page and select *Metrics*. To view **ExpressRoute** metrics, filter by Resource Type *ExpressRoute circuits*. To view **Global Reach** metrics, filter by Resource Type *ExpressRoute circuits* and select an ExpressRoute circuit resource that has Global Reach enabled. To view **ExpressRoute Direct** metrics, filter Resource Type by *ExpressRoute Ports*.
57
+
58
+
After a metric is selected, the default aggregation is applied. Optionally, you can apply splitting, which shows the metric with different dimensions.
59
+
60
+
> [!IMPORTANT]
61
+
> When viewing ExpressRoute metrics in the Azure portal, select a time granularity of **5 minutes or greater** for best possible results.
62
+
>
63
+
> :::image type="content" source="./media/expressroute-monitoring-metrics-alerts/metric-granularity.png" alt-text="Screenshot of time granularity options.":::
64
+
65
+
For the ExpressRoute metrics, see [Azure ExpressRoute monitoring data reference](monitor-expressroute-reference.md).
66
+
67
+
### Aggregation Types
68
+
69
+
Metrics explorer supports sum, maximum, minimum, average and count as [aggregation types](../azure-monitor/essentials/metrics-charts.md#aggregation). You should use the recommended Aggregation type when reviewing the insights for each ExpressRoute metric.
70
+
71
+
- Sum: The sum of all values captured during the aggregation interval.
72
+
- Count: The number of measurements captured during the aggregation interval.
73
+
- Average: The average of the metric values captured during the aggregation interval.
74
+
- Min: The smallest value captured during the aggregation interval.
75
+
- Max: The largest value captured during the aggregation interval.
For the available resource log categories, their associated Log Analytics tables, and the log schemas for ExpressRoute, see [Azure ExpressRoute monitoring data reference](monitor-expressroute-reference.md#resource-logs).
You can also view ExpressRoute metrics by going to your ExpressRoute circuit resource and selecting the *Logs* tab. For any metrics you query, the output contains the following columns.
86
+
87
+
|**Column**|**Type**|**Description**|
88
+
| --- | --- | --- |
89
+
| TimeGrain | string | PT1M (metric values are pushed every minute) |
90
+
| Count | real | Usually is 2 (each MSEE pushes a single metric value every minute) |
91
+
| Minimum | real | The minimum of the two metric values pushed by the two MSEEs |
92
+
| Maximum | real | The maximum of the two metric values pushed by the two MSEEs |
93
+
| Average | real | Equal to (Minimum + Maximum)/2 |
94
+
| Total | real | Sum of the two metric values from both MSEEs (the main value to focus on for the metric queried) |
95
+
60
96
<aname="collection-and-routing"></a>
97
+
61
98
## Analyzing logs
62
99
63
100
Data in Azure Monitor Logs is stored in tables where each table has its own set of unique properties.
@@ -180,6 +217,18 @@ The following table lists some suggested alert rules for ExpressRoute. These ale
After you select a metric, certain metric allow you to set up dimensions based on peering or a specific peer (virtual networks).
223
+
224
+
:::image type="content" source="./media/expressroute-monitoring-metrics-alerts/alerts-peering-dimensions.png" alt-text="Screenshot of an alert rule based on ExpressRoute peering setup.":::
225
+
226
+
### Configure alerts for activity logs on circuits
227
+
228
+
When selecting signals to be alerted on, you can select **Activity Log** signal type.
229
+
230
+
:::image type="content" source="./media/expressroute-monitoring-metrics-alerts/activity-log.png" alt-text="Screenshot of activity log signals from the select a signal page.":::
231
+
183
232
## Related content
184
233
185
234
- See [Azure ExpressRoute monitoring data reference](monitor-expressroute-reference.md) for a reference of the metrics, logs, and other important values created for ExpressRoute.
0 commit comments