docs: generate Prometheus-driven monitoring docs and Mermaid diagrams

This commit is contained in:
beatz174-bit
2026-04-13 16:47:26 +10:00
parent 72cda2dc92
commit 26b7b461a3
7 changed files with 706 additions and 0 deletions
+6
View File
@@ -46,6 +46,12 @@ flowchart TB
For a request-flow/network view and architecture notes, see [docs/architecture.md](docs/architecture.md).
## Prometheus Runtime Inventory Export
Regenerate derived docs/diagrams from inventory:
```bash
python3 scripts/render_prometheus_docs.py --inventory-file docs/runtime/prometheus-inventory.json
```
Use `scripts/export_prometheus_inventory.py` to snapshot Prometheus-observed runtime inventory into versionable artifacts for docs/diagram workflows.