Before opening a feature request against this repo, consider whether the feature should/could be implemented in the other OpenTelemetry client libraries. If so, please open an issue on opentelemetry-specification first.
Is your feature request related to a problem?
Support unix sockets for the grpc target in otlp grpc client.
Describe the solution you'd like
If the url.scheme is "unix:" then we should build a properly constructed grpc target path for the unix socket.
Describe alternatives you've considered
Which alternative solutions or features have you considered?
Additional context
Add any other context about the feature request here.
Before opening a feature request against this repo, consider whether the feature should/could be implemented in the other OpenTelemetry client libraries. If so, please open an issue on opentelemetry-specification first.
Is your feature request related to a problem?
Support unix sockets for the grpc target in otlp grpc client.
Describe the solution you'd like
If the url.scheme is "unix:" then we should build a properly constructed grpc target path for the unix socket.
Describe alternatives you've considered
Which alternative solutions or features have you considered?
Additional context
Add any other context about the feature request here.