Initial commit: Add chatbot stress test tool with Locust + Monitoring stack...
Initial commit: Add chatbot stress test tool with Locust + Monitoring stack (cAdvisor, Prometheus, Grafana)
Showing
.gitignore
0 → 100644
README.md
0 → 100644
api/__init__.py
0 → 100644
api/routes.py
0 → 100644
app.py
0 → 100644
config.py
0 → 100644
create_example_excel.py
0 → 100644
example_questions.xlsx
0 → 100644
File added
monitoring/README.md
0 → 100644
monitoring/prometheus.yml
0 → 100644
requirements.txt
0 → 100644
run.txt
0 → 100644
services/__init__.py
0 → 100644
services/api_client.py
0 → 100644
services/batch_processor.py
0 → 100644
services/langfuse_client.py
0 → 100644
templates/index.html
0 → 100644
utils/__init__.py
0 → 100644
utils/excel_handler.py
0 → 100644
Please register or sign in to comment