Skip to content

Commit 006e74f

Browse files
authored
Add AWS/NetworkManager namespace metrics and dimensions (#358)
1 parent 81d355d commit 006e74f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pkg/cloudWatchConsts/metrics.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2581,6 +2581,17 @@ var NamespaceMetricsMap = map[string][]string{
25812581
"TLSRevocationStatusUnknownConnections",
25822582
"TLSTimedOutConnections",
25832583
},
2584+
"AWS/NetworkManager": {
2585+
"BytesDropCountBlackhole",
2586+
"BytesDropCountNoRoute",
2587+
"BytesIn",
2588+
"BytesOut",
2589+
"PacketDropCountBlackhole",
2590+
"PacketDropCountNoRoute",
2591+
"PacketDropTTLExpired",
2592+
"PacketsIn",
2593+
"PacketsOut",
2594+
},
25842595
"AWS/NetworkMonitor": {
25852596
"HealthIndicator",
25862597
"PacketLoss",
@@ -3506,6 +3517,7 @@ var NamespaceDimensionKeysMap = map[string][]string{
35063517
"AWS/NATGateway": {"NatGatewayId"},
35073518
"AWS/Neptune": {"DBClusterIdentifier", "DatabaseClass", "EngineName", "Role"},
35083519
"AWS/NetworkELB": {"AvailabilityZone", "LoadBalancer", "TargetGroup"},
3520+
"AWS/NetworkManager": {"Attachment", "AvailabilityZone", "CoreNetwork", "EdgeLocation"},
35093521
"AWS/GatewayELB": {"AvailabilityZone", "LoadBalancer", "TargetGroup"},
35103522
"AWS/NetworkFirewall": {"AvailabilityZone", "CustomAction", "Engine", "FirewallName"},
35113523
"AWS/NetworkMonitor": {"Monitor", "Probe"},

0 commit comments

Comments
 (0)