Commit Graph

1 Commits

Author SHA1 Message Date
Alex Boten e69ca358a9
[service] ensure endpoint is prefixed w/ scheme (#12258)
#### Description

Users can enter the OTLP endpoint w/o a scheme in the prefix. This
causes issues with the URL parsing code in the config package.

Fixes
https://github.com/open-telemetry/opentelemetry-collector/issues/12254

---------

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2025-02-03 23:17:06 +00:00