From 640d588f62be5cc823dc4b285e7732423123c8e7 Mon Sep 17 00:00:00 2001 From: mackjmr Date: Wed, 27 Nov 2024 14:31:13 +0100 Subject: [PATCH] test adding dep --- .../components/processor/infraattributesprocessor/common.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/comp/otelcol/otlp/components/processor/infraattributesprocessor/common.go b/comp/otelcol/otlp/components/processor/infraattributesprocessor/common.go index 44e2ff6be69a0..92ee691e471cc 100644 --- a/comp/otelcol/otlp/components/processor/infraattributesprocessor/common.go +++ b/comp/otelcol/otlp/components/processor/infraattributesprocessor/common.go @@ -7,11 +7,13 @@ package infraattributesprocessor import ( "fmt" - "go.uber.org/zap" "strings" + "go.uber.org/zap" + "go.opentelemetry.io/collector/pdata/pcommon" conventions "go.opentelemetry.io/collector/semconv/v1.21.0" + conventions22 "go.opentelemetry.io/collector/semconv/v1.22.0" "github.com/DataDog/datadog-agent/comp/core/tagger/tags" "github.com/DataDog/datadog-agent/comp/core/tagger/types" @@ -34,6 +36,8 @@ func processInfraTags( generateID GenerateKubeMetadataEntityID, resourceAttributes pcommon.Map, ) { + + fmt.Println(conventions22.AttributeAWSDynamoDBAttributeDefinitions) entityIDs := entityIDsFromAttributes(resourceAttributes, generateID) tagMap := make(map[string]string)