Skip to content

Commit

Permalink
[chore] use generated tests for zipkinencodingextension (#31148)
Browse files Browse the repository at this point in the history
Relates to #27849

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
  • Loading branch information
atoulme and TylerHelmuth committed Feb 12, 2024
1 parent 89b75e1 commit 378b552
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 2 deletions.

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

2 changes: 1 addition & 1 deletion extension/encoding/zipkinencodingextension/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/zipkin v0.94.0
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector/component v0.94.1
go.opentelemetry.io/collector/confmap v0.94.1
go.opentelemetry.io/collector/extension v0.94.1
go.opentelemetry.io/collector/pdata v1.1.0
go.opentelemetry.io/otel/metric v1.23.0
Expand Down Expand Up @@ -42,7 +43,6 @@ require (
github.com/prometheus/common v0.46.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
go.opentelemetry.io/collector/config/configtelemetry v0.94.1 // indirect
go.opentelemetry.io/collector/confmap v0.94.1 // indirect
go.opentelemetry.io/collector/semconv v0.94.1 // indirect
go.opentelemetry.io/otel v1.23.0 // indirect
go.opentelemetry.io/otel/exporters/prometheus v0.45.1 // indirect
Expand Down
5 changes: 4 additions & 1 deletion extension/encoding/zipkinencodingextension/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ status:
development: [extension]
distributions: []
codeowners:
active: [MovieStoreGuy, dao-jun]
active: [MovieStoreGuy, dao-jun]

tests:
config:

0 comments on commit 378b552

Please sign in to comment.