github-actions[bot] commited on
Commit
6f8f1e2
·
1 Parent(s): 3bf0688

Sync from GitHub main @ ecc1cddcc39d8eb503000db37b25726602274726

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -134,12 +134,8 @@ adapters/ # Adapter implementations (DBs, LLMs)
134
  benchmarks/ # Evaluation runners & outputs
135
  tests/ # Unit & integration tests
136
 
137
- prometheus/ # Prometheus configuration
138
- grafana/ # Grafana provisioning
139
- alertmanager/ # Alertmanager config
140
- alert-receiver/ # Webhook receiver for alert testing
141
 
142
- infra/ # Docker Compose & infra glue
143
  configs/ # Runtime configs
144
  scripts/ # Tooling & helpers
145
 
 
134
  benchmarks/ # Evaluation runners & outputs
135
  tests/ # Unit & integration tests
136
 
 
 
 
 
137
 
138
+ infra/ # Docker Compose + observability stack (Prometheus/Grafana/Alertmanager)
139
  configs/ # Runtime configs
140
  scripts/ # Tooling & helpers
141