下面是可用的Azure负载均衡器的列表 of DataDog度量标准。看上去
azure.network_loadbalancers.allocated_snat_ports (count) - Total number of SNAT ports allocated within time period,
azure.network_loadbalancers.snat_connection_count (count) - Total number of new SNAT connections created within time period,
azure.network_loadbalancers.used_snat_ports (count) - Total number of SNAT ports used within time period是最相关的。
当SNAT端口资源耗尽时,出站流将失败。您可以观察失败的出站连接,或者通过支持通知您正在耗尽SNAT端口。简单地查看失败的连接并不能确认SNAT耗尽。看到失败的连接是一个线索,我们有一个问题,但没有办法确认SNAT耗尽w/o到微软的机票,原来是。
发布于 2021-02-24 19:03:12
https://stackoverflow.com/questions/66354474
复制相似问题