Validation & Testing
Validate Configuration
# Check configuration syntax
./radar-agent --validate
# Test specific deployment
./radar-agent validate --deployment redis-prod
Test Collection
# Dry run - collect without submitting
./radar-agent test --deployment redis-prod --dry-run
# Single collection with submission
./radar-agent test --deployment redis-prod
# Debug output
RUST_LOG=debug ./radar-agent test --deployment redis-prod
Recommended Workflow
-
Validate configuration
./radar-agent --validate
-
Test single deployment
./radar-agent test --deployment redis-prod --dry-run
-
Run agent
./radar-agent