Skip to content

support unix socket for otlp export #13642

@tomatopunk

Description

@tomatopunk

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.

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions