# Datacat Configuration Example # Copy this file to config.yaml and update with your credentials # Whisker/Litter Robot credentials whisker: username: "your-email@example.com" password: "your-password" # Datadog configuration datadog: api_key: "your-datadog-api-key" app_key: "your-datadog-app-key" # Optional, required for some features site: "datadoghq.com" # Use "datadoghq.eu" for EU region metric_prefix: "litterrobot" # Prefix for all metrics # Collector settings collector: poll_interval_seconds: 300 # How often to collect metrics (default: 5 minutes) include_pets: true # Include pet profile metrics emit_events: true # Emit Datadog events for state changes collect_activity_history: true # Fetch activity history for cat usage events collect_insights: true # Fetch insight data (cycle counts, averages) api_call_delay_seconds: 1.0 # Delay between API calls to avoid rate limits activity_lookback_minutes: 10 # Only emit events for activities within this window