Alvoradozerouno commited on
Commit
87e7cdf
Β·
verified Β·
1 Parent(s): e77e8e6

[GENESIS v10.1] Multi-tenant keys + 94 tests + Grafana + Prometheus

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -50,9 +50,11 @@ Each profile uses framework-specific feature weights derived from EBA supervisor
50
  | Rate limiting: 30 writes/60s/IP (sliding window) | βœ… |
51
  | Input bounds: all numeric fields `ge/le` validated | βœ… |
52
  | SQLite audit persistence | βœ… |
53
- | Prometheus `/metrics` | βœ… |
 
 
54
  | Structured JSON logging | βœ… |
55
- | 87 pytest tests (CI Python 3.12 + 3.13) | βœ… |
56
  | Docker + nginx HTTPS | βœ… |
57
 
58
  ## Usage
 
50
  | Rate limiting: 30 writes/60s/IP (sliding window) | βœ… |
51
  | Input bounds: all numeric fields `ge/le` validated | βœ… |
52
  | SQLite audit persistence | βœ… |
53
+ | Multi-tenant API keys (SHA-256 CRUD admin routes) | βœ… |
54
+ | Prometheus `/metrics` (7 metrics) | βœ… |
55
+ | Grafana dashboard (8 panels, import-ready) | βœ… |
56
  | Structured JSON logging | βœ… |
57
+ | 94 pytest tests (CI Python 3.12 + 3.13) | βœ… |
58
  | Docker + nginx HTTPS | βœ… |
59
 
60
  ## Usage