Skip to content

Commit

Permalink
dockerstatsreceiver: migrate to newer semconv version
Browse files Browse the repository at this point in the history
  • Loading branch information
narcis96 committed Oct 4, 2024
1 parent fb37793 commit 55269eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions receiver/dockerstatsreceiver/generated_package_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/dockerstatsreceiver/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"go.opentelemetry.io/collector/pipeline"
rcvr "go.opentelemetry.io/collector/receiver"
"go.opentelemetry.io/collector/receiver/receivertest"
conventions "go.opentelemetry.io/collector/semconv/v1.6.1"
conventions "go.opentelemetry.io/collector/semconv/v1.27.0"
"go.uber.org/zap"
"go.uber.org/zap/zaptest"
)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/dockerstatsreceiver/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ status:
active: [rmfitzpatrick, jamesmoessis]
unsupported_platforms: [darwin, windows]

sem_conv_version: 1.6.1
sem_conv_version: 1.27.0

# Note: there are other, additional resource attributes that the user can configure through the yaml
resource_attributes:
Expand Down

0 comments on commit 55269eb

Please sign in to comment.