日志分析中负载均衡器指标的维度在哪里

时间:2018-12-05 21:29:16

标签: azure-log-analytics azure-load-balancer

我正在尝试根据DipAvailability指标的维度属性为日志分析中的负载均衡器构建Kusto查询。文档指出它们是ProtocolType,BackendPort,FrontendIPAddress,FrontendPort,BackendIPAddress,但是我在DipAvailability指标数据中的任何位置都看不到它们。

更新:我试图获取多维数据的屏幕快照。 enter image description here

1 个答案:

答案 0 :(得分:0)

日志分析当前仅适用于公共基本负载平衡器。参见here

Azure Standard负载平衡器通过Azure Monitor为公共和内部负载平衡器配置提供了新的多维诊断功能。您可以通过Azure门户上的指标页面查看这些load balancer metrics。您还可以检索多维度量标准定义和值,请参见Azure Monitoring REST API walkthrough

更新

您可以通过Azure Monitor for Standard Load Balancer查看这些多维指标。 添加过滤器以选择ProtocolType,BackendPort,FrontendIPAddress,FrontendPort,BackendIPAddress。还请注意

  

未通过诊断设置发送多维指标   目前支持。具有尺寸的度量标准导出为展平   一维指标,跨维度值汇总。

请参阅Supported metrics with Azure Monitor

enter image description here