Skip to content

Commit

Permalink
Revert "test adding dep"
Browse files Browse the repository at this point in the history
This reverts commit 640d588.
  • Loading branch information
mackjmr committed Nov 28, 2024
1 parent 640d588 commit fcef643
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ package infraattributesprocessor

import (
"fmt"
"strings"

"go.uber.org/zap"
"strings"

"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 @@ -36,8 +34,6 @@ 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 fcef643

Please sign in to comment.