From 460b6fb244384ccc62c4df63968617bdaf8e50f7 Mon Sep 17 00:00:00 2001 From: beegiik Date: Mon, 23 Dec 2024 10:09:29 +0000 Subject: [PATCH] Polishing --- pkg/utils/attr_utils.go | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/pkg/utils/attr_utils.go b/pkg/utils/attr_utils.go index c867ba40fa..ad83ef5327 100644 --- a/pkg/utils/attr_utils.go +++ b/pkg/utils/attr_utils.go @@ -34,24 +34,6 @@ var ( remoteNodeKey = attribute.Key("remote_node") // todo move to attributes pkg? -<<<<<<< HEAD - Type = "type" - Reason = "reason" - Direction = "direction" - SourceNodeName = "source_node_name" - TargetNodeName = "target_node_name" - State = "state" - Address = "address" - Port = "port" - StatName = "statistic_name" - InterfaceName = "interface_name" - Flag = "flag" - Endpoint = "endpoint" - AclRule = "aclrule" - Active = "ACTIVE" - Device = "device" - Uninitialized = "uninitialized" -======= Type = "type" Reason = "reason" Direction = "direction" @@ -68,7 +50,7 @@ var ( AclRule = "aclrule" Active = "ACTIVE" Device = "device" ->>>>>>> main + Uninitialized = "uninitialized" // TCP Connection Statistic Names ResetCount = "ResetCount"