Skip to content

Commit

Permalink
[chore] move metricstransform processor to generated lifecycle tests (o…
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Dec 18, 2023
1 parent f631d22 commit af59691
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 1 deletion.
108 changes: 108 additions & 0 deletions processor/metricstransformprocessor/generated_component_test.go

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

3 changes: 3 additions & 0 deletions processor/metricstransformprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/processor/metri
go 1.20

require (
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.91.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.91.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.91.0
github.com/stretchr/testify v1.8.4
Expand Down Expand Up @@ -59,3 +60,5 @@ retract (
)

replace github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden => ../../pkg/golden

replace github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal => ../../internal/coreinternal
5 changes: 4 additions & 1 deletion processor/metricstransformprocessor/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ status:
beta: [metrics]
distributions: [contrib, observiq, splunk, sumo, aws]
codeowners:
active: [dmitryax]
active: [dmitryax]

tests:
config:

0 comments on commit af59691

Please sign in to comment.