diff --git a/README.md b/README.md index ed9a3d7..07e8073 100644 --- a/README.md +++ b/README.md @@ -44,20 +44,3 @@ 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. - -```bash -export PROMETHEUS_URL="https://prometheus.example.com" -python3 scripts/export_prometheus_inventory.py --output-dir docs/runtime -``` - -This writes raw API snapshots and a normalized inventory JSON under `docs/runtime/`, and updates `docs/prometheus-inventory.md`.