docs consolidation work
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Excititor Statement Backfill Runbook
|
||||
|
||||
> **DEPRECATED:** This runbook describes MongoDB-based backfill procedures which are no longer used. Excititor now uses PostgreSQL for persistence (Sprint 4400). See `docs/db/SPECIFICATION.md` for current schema and `docs/operations/postgresql-guide.md` for database operations.
|
||||
|
||||
Last updated: 2025-10-19
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -16,7 +16,7 @@ All metrics are emitted from `KisaDiagnostics` (`Meter` name `StellaOps.Concelie
|
||||
| `kisa.detail.success` | Detail payloads fetched and persisted. | `category` |
|
||||
| `kisa.detail.unchanged` | HTTP 304 responses reused from cache. | `category` |
|
||||
| `kisa.detail.failures` | Detail fetch failures or empty payloads. | `category`, `reason` |
|
||||
| `kisa.parse.attempts` | Documents pulled from Mongo for parsing. | `category` |
|
||||
| `kisa.parse.attempts` | Documents pulled from storage for parsing. | `category` |
|
||||
| `kisa.parse.success` | Documents parsed into DTOs. | `category` |
|
||||
| `kisa.parse.failures` | Download or JSON parse failures. | `category`, `reason` |
|
||||
| `kisa.map.success` | Canonical advisories persisted. | `severity` (e.g. `High`, `unknown`) |
|
||||
|
||||
Reference in New Issue
Block a user