Skip to content

Commit

Permalink
Merge pull request #427 from JoeyBarnes/main
Browse files Browse the repository at this point in the history
Update visibility of metrics in alerts configuration to false for alerts that are not configured properly
  • Loading branch information
judyer28 authored Nov 22, 2024
2 parents 7afe894 + 689f6d2 commit fb580db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions services/Network/expressRouteCircuits/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
description: null
type: Metric
verified: false
visible: true
visible: false
tags:
- auto-generated
- agc-15
Expand All @@ -163,7 +163,7 @@
description: null
type: Metric
verified: false
visible: true
visible: false
tags:
- auto-generated
- agc-14
Expand All @@ -188,7 +188,7 @@
verified: false
visible: false
tags:
- auto-generateD
- auto-generated
- agc-13
severity: null
windowSize: null
Expand Down
12 changes: 6 additions & 6 deletions services/Network/loadBalancers/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fb580db

Please sign in to comment.