Skip to content

Commit

Permalink
[chore] move schema processor to generated lifecycle tests (open-tele…
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Dec 18, 2023
1 parent b93eccd commit a06dece
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 1 deletion.
122 changes: 122 additions & 0 deletions processor/schemaprocessor/generated_component_test.go

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

9 changes: 9 additions & 0 deletions processor/schemaprocessor/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/schem
go 1.20

require (
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.91.0
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector/component v0.91.0
go.opentelemetry.io/collector/config/confighttp v0.91.0
Expand Down Expand Up @@ -66,3 +67,11 @@ retract (
v0.76.1
v0.65.0
)

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

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

replace github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal => ../../internal/coreinternal

replace github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil => ../../pkg/pdatautil
5 changes: 4 additions & 1 deletion processor/schemaprocessor/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ status:
development: [traces, metrics, logs]
distributions: [sumo]
codeowners:
active: [MovieStoreGuy]
active: [MovieStoreGuy]

tests:
config:

0 comments on commit a06dece

Please sign in to comment.