observIQ / bindplane-agent

observIQ’s distribution of the OpenTelemetry collector providing a simple and unified solution to collect, refine, and ship telemetry data anywhere
Apache License 2.0
95 stars 27 forks source link

deps: Update to OTel v0.107.0 #1800

Closed dpaasman00 closed 1 month ago

dpaasman00 commented 1 month ago

Proposed Change

Updates deps to v0.107.0 Contrib OTelCol

component.Host.GetFactories() was deprecated, so updated pluginreceiver to cast to custom host interface. Followed example here

Checklist
BinaryFissionGames commented 1 month ago

Looks like there's a test failure: failed to disable confmap.unifyEnvVarExpansion: feature gate "confmap.unifyEnvVarExpansion" is stable, can not be disabled

I think we are good to remove this feature gate now. v1.68.0 of BPOP will solve this for users automatically. We should also remove the converter now, since it shouldn't do anything anymore.