Skip to content

dashboard.yaml

Source: config/dashboard.yaml

# Dashboard display thresholds — adjust as you gather more test data.

quality_score:
  critical_threshold: 0.3    # Below this = critical warning (red)
  warning_threshold: 0.65    # Below this = warning (yellow)
  # Tune after ≥30 days of live data in invocation_log post-production enablement.
  # Consumed by src/donna/api/routes/admin_dashboard.py:_load_dashboard_config()
  # and get_quality_warnings() (lines 614–689).

budget:
  daily_usd: 20.0
  monthly_usd: 100.0
  alert_pct: 80              # Alert when utilization exceeds this %

skill_system:
  # Thresholds used by the Dashboard skill-system card to flag anomalies.
  degraded_skill_alert: true           # Toast on any skill in degraded state
  automation_failure_rate_pct: 10      # Toast when 24h failure rate exceeds this
  new_candidates_daily: 5              # Toast when new candidates exceed this per 24h