honeycombio / opentelemetry-collector-configs

Honeycomb Metrics-flavored OpenTelemetry Collector configuration
Apache License 2.0
7 stars 4 forks source link

chore: Update builder config gomods #57

Closed TylerHelmuth closed 1 year ago

TylerHelmuth commented 1 year ago

Which problem is this PR solving?

Our builder config had a mix of components that used only gomod statements and a combination of gomod and import. This PR simplifies the building config to rely on only gomod wherever possible. This bring our config in line with the community distribution manifest

Short description of the changes

Update component import statements

How to verify that this has the expected result

Ran make clean and then make test to verify a new collector could be built and ran.

fchikwekwe commented 1 year ago

LGTM!