{{ debug }}
No debug target selected. Click the 'debug' action on a platform to view its data.
| {{ v }} | |||
|---|---|---|---|
| {{ worker.name }} | {{ new Date(worker.startedAt).toLocaleString() }} ({{ Math.round((new Date() - new Date(worker.startedAt))/(60000)) }} min) | {{ worker.busyMinutes.toLocaleString() }} | Err: {{ worker.Err }} Stuck > 2 days Stuck > 12 hours OK |
| Name | Version | Queue | Support level | Drivers | App mem (GB) | App disk (GB) | DB disk (GB) | Uptime | Node name | Issues | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ job.Config.Name }} DuckDB | {{ job.Config.Ref.slice(0, 10) }} [{{ daysAgo(job.Config.Ts) }}] | {{ job.Result.queue.Info.Queue }}/{{ job.Result.queue.Info.SnapshotQueue }} | {{ job.Config.CustomerType || '-' }} | {{ driver }} | {{ Math.round(job.Result.app_memory.Info.sys / (1024 * 1024 * 1024) * 100) / 100 }} [{{ job.Config.MemReq }}/{{ job.Config.MemLimit }}] | {{ Math.round(job.Result.app_disk.Info.Free / (1024 * 1024 * 1024) * 100) / 100 }} free [{{ Math.round(job.Result.app_disk.Info.Total / (1024 * 1024 * 1024) * 100) / 100 }} total] | {{ Math.round(job.Result.db.Info.Free / (1024 * 1024 * 1024) * 100) / 100 }} free [{{ Math.round(job.Result.db.Info.Capacity / (1024 * 1024 * 1024) * 100) / 100 }} total] | {{ Math.round(((+new Date()) / 1000 - job.Result.uptime.Info.StartedAtTs) / 3600 / 24 * 10) / 10 }} days | {{ job.Result.k8s.Info.NodeName }} | {{ issue.LastErr }} |
| {{ v }} | |||||
|---|---|---|---|---|---|
| {{ e.Platform }} | {{ e.Driver }} | {{ timeSince(getFirstTs(e.InProgress)) }} | {{ timeSince(getLatestTs(successEvents(e))) }} | {{ timeSince(getLatestTs(failedEvents(e))) }} |
| Issue description |
|---|
| {{ issue }} |
| Platform | Status | Budget level | Budget (USD/mo) | Spent this month | Budget spent |
|---|---|---|---|---|---|
| {{ row.name }} | {{ row.enabled ? 'enabled' : 'off' }} | {{ budgetLevelLabel(row.budgetLevel) }} — | ${{ row.budgetUsd.toLocaleString() }} | ${{ row.spentUsd.toFixed(2) }} | — {{ row.budgetPct.toFixed(0) }}% |
| Total | ${{ overviewTotals.budgetUsd.toLocaleString() }} | ${{ overviewTotals.spentUsd.toFixed(2) }} | |||
No Sift Sense usage reported yet.
Tokens and cost are per week/month; budget percentage is month-to-date and resets at the start of each month.
| {{ usageResolution === 'month' ? 'Month' : 'Week' }} | Active users | Tokens | Cost (USD) | Budget spent |
|---|---|---|---|---|
| {{ row.week }} | {{ row.users.toLocaleString() }} | {{ row.tokens.toLocaleString() }} | ${{ row.costUsd.toFixed(2) }} | — {{ row.budgetPct.toFixed(0) }}% |
| {{ v }} | ||||
|---|---|---|---|---|
| {{ i === 0 ? namespace : '' }} | In progress | {{ d.Typ }} | {{ new Date(d.Ts*1000).toLocaleString() }} | {{ d.Msg }} |
| {{ i === 0 ? namespace : '' }} | {{ event.Typ }} | {{ d.Typ }} | {{ new Date(d.Ts*1000).toLocaleString() }} | {{ d.Msg }} |