GoogleCloudPlatform / opentelemetry-operations-collector

Apache License 2.0
41 stars 29 forks source link

Change to support this repo in a Go workspace #196

Closed braydonk closed 7 months ago

braydonk commented 10 months ago

This change allows for this repo to be used as part of a Go workspace. This is very useful in tandem with either opentelemetry-operations-go or opentelemetry-collector-contrib because it allows us to create a workspace with this collector and the library we want to test, add a manual replacement in the workspace for that dependency, and be able to test the collector with local copies of the dependency without changing anything.

Related: https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/pull/793