From 740e26c73a36849a5e30d07dcb9673c02ae32138 Mon Sep 17 00:00:00 2001 From: Joseph Barnes Date: Fri, 22 Nov 2024 12:50:43 -0600 Subject: [PATCH] Update visibility of metrics in alerts configuration to false for alerts that are not configured properly --- services/Network/expressRouteCircuits/alerts.yaml | 6 +++--- services/Network/loadBalancers/alerts.yaml | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/services/Network/expressRouteCircuits/alerts.yaml b/services/Network/expressRouteCircuits/alerts.yaml index 73957c583..9f83cb2da 100644 --- a/services/Network/expressRouteCircuits/alerts.yaml +++ b/services/Network/expressRouteCircuits/alerts.yaml @@ -140,7 +140,7 @@ description: null type: Metric verified: false - visible: true + visible: false tags: - auto-generated - agc-15 @@ -163,7 +163,7 @@ description: null type: Metric verified: false - visible: true + visible: false tags: - auto-generated - agc-14 @@ -188,7 +188,7 @@ verified: false visible: false tags: - - auto-generateD + - auto-generated - agc-13 severity: null windowSize: null diff --git a/services/Network/loadBalancers/alerts.yaml b/services/Network/loadBalancers/alerts.yaml index b9c05bb05..d133cb459 100644 --- a/services/Network/loadBalancers/alerts.yaml +++ b/services/Network/loadBalancers/alerts.yaml @@ -161,7 +161,7 @@ description: Total number of bytes passing through load balancer type: Metric verified: false - visible: true + visible: false properties: metricName: Bytecount metricNamespace: Microsoft.Network/loadBalancers @@ -176,7 +176,7 @@ description: total number of packet passing through load balancer type: Metric verified: false - visible: true + visible: false properties: metricName: PacketCount metricNamespace: Microsoft.Network/loadBalancers @@ -187,13 +187,13 @@ criterionType: StaticThresholdCriterion autoMitigate: false guid: d766dc3e-42cc-42a7-ba4f-3c1d7fa295c5 -- name: AllocatedSnartPorts +- name: AllocatedSnatPorts description: total number of port allocated for SNAT type: Metric verified: false - visible: true + visible: false properties: - metricName: AllocatedSnartPorts + metricName: AllocatedSnatPorts metricNamespace: Microsoft.Network/loadBalancers severity: 1 windowSize: PT5M @@ -206,7 +206,7 @@ description: number of syn packet which represent an attempt to establish tcp connection. type: Metric verified: false - visible: true + visible: false properties: metricName: SYNCount metricNamespace: Microsoft.Network/loadBalancers