Skip to content

Commit

Permalink
test adding dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Nov 27, 2024
1 parent 84e6a04 commit 640d588
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -34,6 +36,8 @@ func processInfraTags(
generateID GenerateKubeMetadataEntityID,
resourceAttributes pcommon.Map,
) {

fmt.Println(conventions22.AttributeAWSDynamoDBAttributeDefinitions)
entityIDs := entityIDsFromAttributes(resourceAttributes, generateID)
tagMap := make(map[string]string)

Expand Down

0 comments on commit 640d588

Please sign in to comment.