Skip to main content

Namedpipe Receiver

Status Available in: contrib Maintainers: @sinkingpoint Source: opentelemetry-collector-contrib

Supported Telemetry

Logs

Overview

Prerequisites

Named pipes are only supported on Unix operating systems.

Configuration

The following settings are required:
  • path: The path to open the named pipe at.
The following settings are optional:
  • mode: The mode bits to set on the opened pipe (default: 0666)

Example Configuration

receivers:
  named_pipe:
    path: /tmp/pipe
    mode: 0600
The deprecated component type namedpipe is still accepted:
receivers:
  namedpipe:
    path: /tmp/pipe
    mode: 0600

Configuration

Example Configuration

named_pipe:
  path: /tmp/pipe
  mode: 0600
  encoding: utf-8

Last generated: 2026-04-13