-
Notifications
You must be signed in to change notification settings - Fork 220
Description
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.