This repository contains RPM configuration for OpenTelemetry collector for Red Hat Device Edge.
The RPM is built at redhat-opentelemetry-collector
The RPM will:
- install and configure OpenTelemetry collector
- install systemd collector service
- configure collector service on Microshift which forwards data to systemd collector service
fedpkg --release f37 mockbuild
Then upload the source RPM into Copr and build it there.
Install and uninstall:
sudo rpm -i opentelemetry-collector-rhde-config-1.0-1.fc39.noarch.rpm
sudo dnf remove opentelemetry-collector-rhde-config.noarch
List and start systemd service
sudo systemctl list-unit-files --all | grep opentelemetry
sudo systemctl start opentelemetry-collector-rhde-config.service
journalctl -u opentelemetry-collector-rhde-config.service