| Job | Runs | Success | Failed | Rate |
|---|---|---|---|---|
| {{ job.name }} | {{ job.total }} | {{ job.success }} | {{ job.failed }} | {{ job.rate | round(1) }}% |
No cron job telemetry today. Cron job attribution requires the TOKENPAK_JOB_NAME env var or SDK annotation.
{{ budget_enforcements }} request(s) were hard-capped by budget enforcement today. Check your budget configuration.
{% elif budget_enforcements is not none %}No budget enforcements today.
{% else %}Budget enforcement tracking requires proxy ≥ v1.4.
{% endif %}{{ telegram_alerts }} alert(s) sent today via Telegram.
{% elif telegram_alerts is not none %}No Telegram alerts sent today.
{% else %}Telegram alerts not configured. Set TOKENPAK_TELEGRAM_TOKEN and TOKENPAK_TELEGRAM_CHAT_ID to enable.