Installation
Download the radar-agent 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-agent/releases/download/VERSION/radar-agent-PLATFORM
# Make executable
chmod +x radar-agent-PLATFORM
mv radar-agent-PLATFORM /usr/local/bin/radar-agent
# Verify installation
radar-agent --version
Docker
Pull the Docker image:
docker pull ghcr.io/redis-field-engineering/radar-agent:latest
Run with configuration file:
docker run -v /path/to/config.yml:/config.yml ghcr.io/redis-field-engineering/radar-agent:latest --config /config.yml