Installation
Download the radar-collector binary for your platform from the releases page.
Binary Installation
# Download binary (replace VERSION and PLATFORM)
curl -LO https://github.com/redis-field-engineering/radar-collector/releases/download/VERSION/radar-collector-PLATFORM
# Make executable
chmod +x radar-collector-PLATFORM
mv radar-collector-PLATFORM /usr/local/bin/radar-collector
# Verify installation
radar-collector --version
Docker
Pull the Docker image:
docker pull ghcr.io/redis-field-engineering/radar-collector:latest
Run with configuration file:
docker run -v /path/to/config.yml:/config.yml ghcr.io/redis-field-engineering/radar-collector:latest --config /config.yml