-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Component(s)
No response
Describe the issue you're reporting
Currently, OTLP receivers support Unix socket transport, but OTLP exporters do not. If OTLP export could support Unix sockets, collectors could connect locally instead of over TCP, making data transfer faster and more secure.
This is especially useful in multi-tenant environments, where each tenant has its own collector. With Unix socket support, tenant collectors only need to connect to the local machine’s collector, rather than directly to the central collector.
For example, when the collector and OTLP receiver run on the same host, using a Unix socket reduces resource usage and improves security—important benefits for strict or sensitive environments.

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.