Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Validation & Testing

Validate Configuration

# Check configuration syntax and list all deployments
./radar-collector --validate

# Validate and test connectivity for a specific deployment
./radar-collector validate --deployment redis-prod

Test Collection

# Test collection from a specific deployment (collects once and exits)
./radar-collector test --deployment redis-prod

# Debug output
RUST_LOG=debug ./radar-collector test --deployment redis-prod

# Dry run - collect from all deployments without submitting
./radar-collector --dry-run --once
  1. Validate configuration

    ./radar-collector --validate
    
  2. Test a single deployment

    ./radar-collector test --deployment redis-prod
    
  3. Dry run (collect from all without submitting)

    ./radar-collector --dry-run --once
    
  4. Run radar-collector

    ./radar-collector