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/nat-gateway/monitor-nat-gateway-reference.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The following sections detail how to use each NAT gateway metric to monitor, man
37
37
38
38
### Bytes
39
39
40
-
The **Bytes** metric shows you the amount of data going outbound through NAT gateway and returning inbound in response to an outbound connection.
40
+
The **Bytes** metric shows you the amount of data going outbound through NAT gateway and returning inbound in response to an outbound connection.
41
41
42
42
Use this metric to:
43
43
@@ -78,7 +78,7 @@ Use this metric to:
78
78
79
79
Possible reasons for dropped packets:
80
80
81
-
- Outbound connectivity failure can cause packets to drop. Connectivity failure can happen for various reasons. See the [NAT gateway connectivity troubleshooting guide](/azure/nat-gateway/troubleshoot-nat-connectivity) to help you further diagnose.
81
+
- Outbound connectivity failure can cause packets to drop. Connectivity failure can happen for various reasons. For more information, see the [NAT gateway connectivity troubleshooting guide](/azure/nat-gateway/troubleshoot-nat-connectivity).
82
82
83
83
### SNAT connection count
84
84
@@ -102,7 +102,7 @@ You can use this metric to:
102
102
103
103
Possible reasons for failed connections:
104
104
105
-
- A pattern of failed connections can happen for various reasons. See the [NAT gateway connectivity troubleshooting guide](/azure/nat-gateway/troubleshoot-nat-connectivity) to help you further diagnose.
105
+
- A pattern of failed connections can happen for various reasons. For more information, see the [NAT gateway connectivity troubleshooting guide](/azure/nat-gateway/troubleshoot-nat-connectivity).
106
106
107
107
> [!NOTE]
108
108
> When NAT gateway is attached to a subnet and public IP address, the Azure platform verifies NAT gateway is healthy by conducting health checks. These health checks appear in NAT gateway's SNAT Connection Count metrics. The amount of health check related connections may vary as the health check service is optimized, but is negligible and doesn’t impact NAT gateway’s ability to connect outbound.
Copy file name to clipboardExpand all lines: articles/nat-gateway/monitor-nat-gateway.md
+14-20Lines changed: 14 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,9 @@ This diagram shows Azure NAT Gateway for outbound to the internet.
22
22
23
23
:::image type="content" source="./media/nat-gateway-resource/nat-gateway-deployment.png" alt-text="Diagram of a NAT gateway resource with virtual machines.":::
[Azure Monitor Network Insights](../network-watcher/network-insights-overview.md) allows you to visualize your Azure infrastructure setup and to review all metrics for your NAT gateway resource from a preconfigured metrics dashboard. These visual tools help you diagnose and troubleshoot any issues with your NAT gateway resource.
27
+
[Azure Monitor Network Insights](../network-watcher/network-insights-overview.md) allows you to visualize your Azure infrastructure setup and to review all metrics for your NAT gateway resource from a preconfigured metrics dashboard. These visual tools help you diagnose and troubleshoot any issues with your NAT gateway resource.
30
28
31
29
### View the topology of your Azure architectural setup
32
30
@@ -36,7 +34,7 @@ To view a topological map of your setup in Azure:
36
34
37
35
1. On the landing page for **Insights**, there's a topology map of your NAT gateway setup. This map shows the relationship between the different components of your network (subnets, virtual machines, public IP addresses).
38
36
39
-
1.Hover over any component in the topology map to view configuration information.
37
+
1.To view configuration information, hover over any component in the topology map.
40
38
41
39
:::image type="content" source="./media/nat-metrics/nat-insights.png" alt-text="Screenshot of the Insights section of NAT gateway.":::
42
40
@@ -75,10 +73,6 @@ NAT gateway metrics can be found in the following locations in the Azure portal.
75
73
76
74
:::image type="content" source="./media/nat-metrics/azure-monitor.png" alt-text="Screenshot of the metrics section of Azure Monitor.":::
@@ -123,24 +117,24 @@ Set up an alert on the **SNAT connection count** metric to notify you of connect
123
117
124
118
## Metrics FAQ
125
119
126
-
###What type of metrics are available for NAT gateway?
120
+
- What type of metrics are available for NAT gateway?
127
121
128
-
The NAT gateway supports [multi-dimensional metrics](/azure/azure-monitor/essentials/data-platform-metrics#multi-dimensional-metrics). You can filter the multi-dimensional metrics by different dimensions to gain greater insight into the provided data. The [SNAT connection count](monitor-nat-gateway-reference.md#snat-connection-count) metric allows you to filter the connections by Attempted and Failed connections, enabling you to distinguish between different types of connections made by the NAT gateway.
122
+
The NAT gateway supports [multi-dimensional metrics](/azure/azure-monitor/essentials/data-platform-metrics#multi-dimensional-metrics). You can filter the multi-dimensional metrics by different dimensions to gain greater insight into the provided data. The [SNAT connection count](monitor-nat-gateway-reference.md#snat-connection-count) metric allows you to filter the connections by Attempted and Failed connections, enabling you to distinguish between different types of connections made by the NAT gateway.
129
123
130
-
Refer to the dimensions column in the [metrics overview](monitor-nat-gateway-reference.md#metrics) table to see which dimensions are available for each NAT gateway metric.
124
+
To see which dimensions are available for each NAT gateway metric, see the dimensions column in the [metrics overview table](monitor-nat-gateway-reference.md#metrics).
131
125
132
-
###How do I store NAT gateway metrics long-term?
126
+
- How do I store NAT gateway metrics long-term?
133
127
134
-
All [platform metrics are stored](/azure/azure-monitor/essentials/data-platform-metrics#retention-of-metrics) for 93 days. If you require long term access to your NAT gateway metrics data, NAT gateway metrics can be retrieved by using the [metrics REST API](/rest/api/monitor/metrics/list). For more information on how to use the API, see the [Azure monitoring REST API walkthrough](/azure/azure-monitor/essentials/rest-api-walkthrough).
128
+
All [platform metrics are stored](/azure/azure-monitor/essentials/data-platform-metrics#retention-of-metrics) for 93 days. If you require long term access to your NAT gateway metrics data, NAT gateway metrics can be retrieved by using the [metrics REST API](/rest/api/monitor/metrics/list). For more information on how to use the API, see the [Azure monitoring REST API walkthrough](/azure/azure-monitor/essentials/rest-api-walkthrough).
135
129
136
-
> [!NOTE]
137
-
> Diagnostic Settings [doesn’t support the export of multi-dimensional metrics](/azure/azure-monitor/reference/supported-metrics/metrics-index#exporting-platform-metrics-to-other-locations) to another location, such as Azure Storage and Log Analytics.
138
-
>
139
-
> To retrieve NAT gateway metrics, use the metrics REST API.
130
+
> [!NOTE]
131
+
> Diagnostic Settings [doesn’t support the export of multi-dimensional metrics](/azure/azure-monitor/reference/supported-metrics/metrics-index#exporting-platform-metrics-to-other-locations) to another location, such as Azure Storage and Log Analytics.
132
+
>
133
+
> To retrieve NAT gateway metrics, use the metrics REST API.
140
134
141
-
###How do I interpret metrics charts?
135
+
- How do I interpret metrics charts?
142
136
143
-
Refer to [troubleshooting metrics charts](/azure/azure-monitor/essentials/metrics-troubleshoot) if you run into issues with creating, customizing or interpreting charts in Azure metrics explorer.
137
+
Refer to [troubleshooting metrics charts](/azure/azure-monitor/essentials/metrics-troubleshoot) if you run into issues with creating, customizing, or interpreting charts in Azure metrics explorer.
0 commit comments