-
Notifications
You must be signed in to change notification settings - Fork 920
Open
Labels
Feature RequestSuggest an idea for this projectSuggest an idea for this project
Description
Is your feature request related to a problem? Please describe.
I'm trying to use uds to export otel signals. But it was failed by endpoint validation.
Currently opentelemetry-java have protocol validation which allows only http and https prefix.
Describe the solution you'd like
Make opentelemetry-java export otel signals through unix socket
Describe alternatives you've considered
none
Additional context
Line 188 in a839ef5
| "OTLP endpoint scheme must be http or https: " + endpointUrl.getProtocol()); |
Tip: React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Metadata
Metadata
Assignees
Labels
Feature RequestSuggest an idea for this projectSuggest an idea for this project