From 669b51006d208e0666d27be1da47850e1b452cb5 Mon Sep 17 00:00:00 2001 From: beegiik Date: Mon, 23 Dec 2024 10:19:20 +0000 Subject: [PATCH] polishing --- pkg/utils/attr_utils.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/utils/attr_utils.go b/pkg/utils/attr_utils.go index ad83ef5327..83153f0012 100644 --- a/pkg/utils/attr_utils.go +++ b/pkg/utils/attr_utils.go @@ -6,10 +6,6 @@ import ( "go.opentelemetry.io/otel/attribute" ) -const ( - unknown = "__unknown__" -) - var ( pluginKey = attribute.Key("plugin") eventTypeKey = attribute.Key("event_type")