Skip to content

Commit

Permalink
awsfirehosereceiver: migrate to latest semconv version (#35172)
Browse files Browse the repository at this point in the history
**Description:** The version of semconv is upgraded from to v1.6.1 to
v1.27.0

**Link to tracking Issue:**
#22095

**Testing:** Tests passed
  • Loading branch information
narcis96 authored Sep 13, 2024
1 parent 19b01db commit 33ce26b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"go.opentelemetry.io/collector/pdata/pcommon"
"go.opentelemetry.io/collector/pdata/pmetric"
conventions "go.opentelemetry.io/collector/semconv/v1.6.1"
conventions "go.opentelemetry.io/collector/semconv/v1.27.0"
)

const (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/stretchr/testify/require"
"go.opentelemetry.io/collector/pdata/pmetric"
conventions "go.opentelemetry.io/collector/semconv/v1.6.1"
conventions "go.opentelemetry.io/collector/semconv/v1.27.0"
)

const (
Expand Down

0 comments on commit 33ce26b

Please sign in to comment.