From 8aed16ce51626292a4a50842ed9f99fa94bd444d Mon Sep 17 00:00:00 2001 From: beegiik Date: Mon, 23 Dec 2024 10:05:40 +0000 Subject: [PATCH] Polishing --- pkg/utils/attr_utils.go | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/pkg/utils/attr_utils.go b/pkg/utils/attr_utils.go index c867ba40fa..7bd667a473 100644 --- a/pkg/utils/attr_utils.go +++ b/pkg/utils/attr_utils.go @@ -34,7 +34,6 @@ var ( remoteNodeKey = attribute.Key("remote_node") // todo move to attributes pkg? -<<<<<<< HEAD Type = "type" Reason = "reason" Direction = "direction" @@ -51,24 +50,6 @@ var ( Active = "ACTIVE" Device = "device" Uninitialized = "uninitialized" -======= - 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" - InterfaceNameConstant = "all_interfaces" - Flag = "flag" - Endpoint = "endpoint" - AclRule = "aclrule" - Active = "ACTIVE" - Device = "device" ->>>>>>> main // TCP Connection Statistic Names ResetCount = "ResetCount"