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

fix: Remove length limit from component name #1785

Closed BinaryFissionGames closed 1 month ago

BinaryFissionGames commented 1 month ago

Proposed Change

Removes the length limit from the component name.

You can see the diff to v0.106.x here: https://github.com/open-telemetry/opentelemetry-collector/compare/release/v0.106.x..observIQ:opentelemetry-collector:component-length-restriction-remove-v0.106.1?expand=1

Tested this against bindplane with a long-named source from saved-sources. It fails on (unreleased) v1.57.0, but works with this change.

Checklist