Skip to content

Commit

Permalink
[chore] move awscloudwatchmetrics receiver to generated lifecycle tes…
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Dec 18, 2023
1 parent 9fcec8d commit de09b18
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 2 deletions.
86 changes: 86 additions & 0 deletions receiver/awscloudwatchmetricsreceiver/generated_component_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/awscloudwatchmetricsreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.20
require (
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector/component v0.91.0
go.opentelemetry.io/collector/confmap v0.91.0
go.opentelemetry.io/collector/consumer v0.91.0
go.opentelemetry.io/collector/receiver v0.91.0
go.uber.org/zap v1.26.0
Expand All @@ -26,7 +27,6 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.opentelemetry.io/collector/config/configtelemetry v0.91.0 // indirect
go.opentelemetry.io/collector/confmap v0.91.0 // indirect
go.opentelemetry.io/collector/featuregate v1.0.0 // indirect
go.opentelemetry.io/collector/pdata v1.0.0 // indirect
go.opentelemetry.io/otel v1.21.0 // indirect
Expand Down
5 changes: 4 additions & 1 deletion receiver/awscloudwatchmetricsreceiver/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ status:
development: [metrics]
distributions: [contrib]
codeowners:
active: [jpkrohling]
active: [jpkrohling]

tests:
config:

0 comments on commit de09b18

Please sign in to comment.