hyang023
hyang023
on documentation page https://opentelemetry.io/docs/collector/custom-collector/ in Step 2, the `builder-config.yaml` manifest file contains a line where `dist. otelcol_version: 0.103.1` which conflicts with the `0.103.0` version used throughout the rest of the...
After following the instructions up to [Running and debugging the receiver](https://opentelemetry.io/docs/collector/building/receiver/#running-and-debugging-the-receiver) I get unexpected output ``` ../go/pkg/mod/google.golang.org/[email protected]/status/status.go:35:2: ambiguous import: found package google.golang.org/genproto/googleapis/rpc/status in multiple modules: google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 (/home/hanyang/go/pkg/mod/google.golang.org/[email protected]/googleapis/rpc/status) google.golang.org/genproto/googleapis/rpc v0.0.0-20240520151616-dc85e6b867a5...