git-ecosystem / trace2receiver

GOLANG based OTEL custom collector receiver component for Trace2 data
MIT License
44 stars 7 forks source link

update to 0.97 of OTEL libraries and fixup receiver factory #23

Closed jeffhostetler closed 7 months ago

jeffhostetler commented 7 months ago

Update package dependencies in go.mod to 0.97 and fixup breakages. Update receiver NewFactory() due to API change.

This also addresses the CVE against protobuf's. See: https://github.com/git-ecosystem/sample-trace2-otel-collector/pull/13