trace2receiver icon indicating copy to clipboard operation
trace2receiver copied to clipboard

Breaking Change in OpenTelemetry-Collector

Open hannahchiodo-msft opened this issue 1 year ago • 1 comments

This needs to be updated to match the newer versions of the OpenTelemetry Collector, starting in v0.106.0: https://github.com/open-telemetry/opentelemetry-collector/releases

We are unable to incorporate security fixes downstream in the collector until the trace2receiver is updated.

Errors seen when building our fork of the sample-trace2-otel-collector are as follows:

go\pkg\mod\github.com\git-ecosystem\[email protected]\rcvr_base.go:15:27: undefined: receiver.CreateSettings
go\pkg\mod\github.com\git-ecosystem\[email protected]\platform_windows.go:22:18: undefined: receiver.CreateSettings
go\pkg\mod\github.com\git-ecosystem\[email protected]\rcvr_namedpipe.go:47:63: undefined: component.NewFatalErrorEvent

hannahchiodo-msft avatar Sep 09 '24 22:09 hannahchiodo-msft

PR to address: #30

mpysson avatar Sep 26 '24 21:09 mpysson

PR to address: #30

This PR was merged.

dscho avatar Nov 20 '24 10:11 dscho