Files
proxmox/docs/00-meta/DBIS_CORE_WHEN_TO_IMPLEMENT.md
defiQUG bea1903ac9
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
Sync all local changes: docs, config, scripts, submodule refs, verification evidence
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-21 15:46:06 -08:00

1001 B

dbis_core — when to implement (Redis, Prometheus, PagerDuty)

Purpose: Runbook/checklist so full scope is clear; no new code in this plan. See also: NOT_IMPLEMENTED_FULL_SCOPE section 5, dbis_core submodule.

Redis

When: Required only if caching (or session/state) is needed. Current: Optional; already wired when REDIS_URL is set. Action: Enable when a service is configured to use Redis; document in dbis_core or runbook.

Prometheus

When: Implement push or scrape when the monitoring stack is deployed. Action: Add metrics endpoints or scrape config when monitoring stack is up; document in dbis_core or ops runbook.

PagerDuty

When: Implement when on-call and incident routing are required. Action: Wire alerts to PagerDuty; document in runbook.

Deal-execution integration tests

Current: Skipped with ticket (per GAPS). Action: Re-enable and fix when CI/env and dependencies are ready; update GAPS and PLACEHOLDERS when done.

No new code in this doc; checklist only.