Skip to content

Systemd Receiver not included in recent otelcol-contrib distribution builds #1289

@josepcorrea

Description

@josepcorrea

Component(s)
receiver/systemd

I am using the official pre-built release of the OpenTelemetry Contrib Collector (otelcol-contrib_0.141.0_linux_amd64.tar.gz) for Linux.

I need to use the systemdreceiver component for collecting logs, but after downloading the latest artifact, I confirmed that the systemdreceiver is not present in the distributed binary.

Steps to Verify:

Download and unpack otelcol-contrib_0.141.0_linux_amd64.tar.gz.

Run the command to list components:

Bash

./otelcol-contrib components | grep -i systemd

Expected Result: The systemdreceiver module should be listed, as the component has been promoted to alpha stability and is marked for inclusion in the contrib distribution (as per receiver/systemdreceiver/README.md).

Actual Result: The systemdreceiver is missing from the output, preventing its use.

Since this receiver is crucial for log collection on Linux hosts using systemd, we kindly request this component be integrated and included in the upcoming otelcol-contrib release.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions